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)
commit110a1b61d3ac145dd2a49b80d163c2b189461230
treef1c69f1a3dddf8ff46d8879f2430f81eabb31b7e
parentb3ea4ae0e1657d54ec8d18e69c2499adcb8517aa
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 <francis.deslauriers@efficios.com>
scripts/lttng-baremetal-tests/lava-submit.py
This page took 0.023367 seconds and 4 git commands to generate.