Merge pull request #29 from frdeso/rework_mainline_lava_jobs
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index cba21ba46ff1942fbba63f340c261f24072e5e36..5d92177d56fde10d72f4c327ca2a9b81ba38a2d2 100644 (file)
@@ -40,6 +40,7 @@ def get_job_bundle_content(server, job):
         bundle = server.dashboard.get(bundle_sha)
     except xmlrpc.client.Fault as f:
         print('Error while fetching results bundle', f.faultString)
+        raise f
 
     return json.loads(bundle['content'])
 
@@ -342,7 +343,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.02241 seconds and 4 git commands to generate.