Lava: Specify a 5min timeout for the env setup commands
[lttng-ci.git] / jobs / lttng-baremetal-tests.yaml
index 581b6218361f588d15ce0ed938cf0d89e3add05a..1f65d3abed674622b448bb0a30a070b30dfcd0ab 100644 (file)
@@ -76,6 +76,7 @@
       - inject:
           properties-file: properties.txt
       - shell: !include-raw-escape: scripts/lttng-baremetal-tests/run-baremetal-benchmarks.sh
+      - shell: !include-raw-escape: scripts/lttng-baremetal-tests/summarize-results.sh
 
 - defaults:
     name: vm_tests
     name: baremetal_tests_k{kversion}_l{lttngversion}
     defaults: baremetal_tests
 
+# Canary jobs are made to confirm that the whole Lava pipeline is working.
+# They are scheduled once a day always on the same (LTTng, Kernel) code. If any
+# of those jobs fails, it means that there is an issue with the configuration
 - job-template:
     name: baremetal_tests_k{kversion}_l{lttngversion}_canary
     defaults: baremetal_tests
+    triggers:
+      - timed: "@daily"
 - job-template:
     name: vm_tests_k{kversion}_l{lttngversion}_canary
     defaults: vm_tests
+    triggers:
+      - timed: "@daily"
 - job-template:
     name: baremetal_benchmarks_k{kversion}_l{lttngversion}_canary
     defaults: baremetal_benchmarks
+    triggers:
+      - timed: "@daily"
 
 - job-template:
     name: vm_tests_kmainline_l{lttngversion}
This page took 0.042579 seconds and 4 git commands to generate.