Lava: Set canary jobs to run once a day
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 23 Jan 2017 19:10:57 +0000 (14:10 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 25 Jan 2017 19:42:42 +0000 (14:42 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
jobs/lttng-baremetal-tests.yaml

index 66373d85887ddf1367eeada1a9db8154a93e174f..1f65d3abed674622b448bb0a30a070b30dfcd0ab 100644 (file)
     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.023154 seconds and 4 git commands to generate.