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>
'commands': [
'pip3 install --upgrade pip',
'hash -r',
- 'git clone https://github.com/frdeso/syscall-bench-it.git bm',
'pip3 install vlttng',
],
'timeout': 3600