From 110a1b61d3ac145dd2a49b80d163c2b189461230 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Mon, 28 Aug 2017 16:08:23 -0400 Subject: [PATCH] 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 --- scripts/lttng-baremetal-tests/lava-submit.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1