jjb: lava: remove useless and periodically failing git clone
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 28 Aug 2017 20:08:23 +0000 (16:08 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 28 Aug 2017 20:08:23 +0000 (16:08 -0400)
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 <francis.deslauriers@efficios.com>
scripts/lttng-baremetal-tests/lava-submit.py

index cba21ba46ff1942fbba63f340c261f24072e5e36..4b68a113ea336eabb12fdfe981f85519aa92dab5 100644 (file)
@@ -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
This page took 0.023651 seconds and 4 git commands to generate.