Merge pull request #29 from frdeso/rework_mainline_lava_jobs
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index a2d721ab6cf66b4b7925bd66db95b0220eb5c127..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'])
 
@@ -262,7 +263,7 @@ def get_kvm_tests_cmd():
                     'testdef': 'lava/baremetal-tests/destructive-tests.yml'
                 }
                 ],
-            'timeout': 3600
+            'timeout': 7200
             }
         })
     return command
@@ -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.022497 seconds and 4 git commands to generate.