From: Francis Deslauriers Date: Mon, 28 Aug 2017 20:08:23 +0000 (-0400) Subject: jjb: lava: remove useless and periodically failing git clone X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=110a1b61d3ac145dd2a49b80d163c2b189461230;p=lttng-ci.git jjb: lava: remove useless and periodically failing git clone This git clone periodically failing with the following error: ``` Checking connectivity... fatal: missing blob object 'f805e810e5c6e087791506b4e721958de3574ae4' fatal: remote did not send all necessary objects Unexpected end of command stream ``` The main hypothesis for this failure is that it is caused because the home directory of the use is an NFS mount. Eventhough the root cause is believed the be found. It was later found that this git clone is useless since the lava benchmark jobs are taking care of checking out the Github repo. Signed-off-by: Francis Deslauriers --- diff --git a/scripts/lttng-baremetal-tests/lava-submit.py b/scripts/lttng-baremetal-tests/lava-submit.py index cba21ba..4b68a11 100644 --- a/scripts/lttng-baremetal-tests/lava-submit.py +++ b/scripts/lttng-baremetal-tests/lava-submit.py @@ -342,7 +342,6 @@ def get_env_setup_cmd(build_device, lttng_tools_commit, lttng_ust_commit=None): 'commands': [ 'pip3 install --upgrade pip', 'hash -r', - 'git clone https://github.com/frdeso/syscall-bench-it.git bm', 'pip3 install vlttng', ], 'timeout': 3600