jjb: Change `syscall` to `event` in benchmark plots
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index 34ad7118563298c098527b7a54a75f1f165d90f6..8ba92514f8a239a9907c6105310324c0cb315730 100644 (file)
@@ -72,6 +72,7 @@ def fetch_benchmark_results(server, job):
     content = get_job_bundle_content(server, job)
     testcases = ['processed_results_close.csv',
             'processed_results_open_efault.csv',
+            'processed_results_open_enoent.csv',
             'processed_results_dup_close.csv',
             'processed_results_lttng_test_filter.csv']
 
@@ -200,6 +201,11 @@ def get_baremetal_benchmarks_cmd():
                     'revision': 'master',
                     'testdef': 'lava/baremetal-tests/success-dup-close.yml'
                 },
+                {
+                    'git-repo': 'https://github.com/lttng/lttng-ci.git',
+                    'revision': 'master',
+                    'testdef': 'lava/baremetal-tests/failing-open-enoent.yml'
+                },
                 {
                     'git-repo': 'https://github.com/lttng/lttng-ci.git',
                     'revision': 'master',
This page took 0.024091 seconds and 4 git commands to generate.