jjb: Run Lava jobs on weekdays only to avoid DNS downtime
[lttng-ci.git] / jobs / lttng-baremetal-tests.yaml
index bef4fa1ffb7ba9c5fc35b7ea3690b35553e19ee7..253671a4b1226f736b5ea59e4c25cb4cd8a9fcaf 100644 (file)
@@ -5,7 +5,7 @@
 
     triggers:
       - pollscm:
-          cron: "@hourly"
+          cron: "H * * * 1-5"
     logrotate:
       numToKeep: 10
 
@@ -97,7 +97,7 @@
             - 'kvm-tests'
     triggers:
       - pollscm:
-          cron: "@hourly"
+          cron: "H * * * 1-5"
     logrotate:
       numToKeep: 10
 
           recipients: 'francis.deslauriers@efficios.com'
       - ircbot:
           strategy: new-failure-and-fixed
+          message-type: summary
           channels:
             - name: '#lttng'
       - workspace-cleanup
             - 'baremetal-tests'
     triggers:
       - pollscm:
-          cron: "@hourly"
+          cron: "H * * * 1-5"
     logrotate:
       numToKeep: 10
 
           recipients: 'francis.deslauriers@efficios.com'
       - ircbot:
           strategy: new-failure-and-fixed
+          message-type: summary
           channels:
             - name: '#lttng'
       - workspace-cleanup
     name: baremetal_tests_k{kversion}_l{lttngversion}_canary
     defaults: baremetal_tests
     triggers:
-      - timed: "@daily"
+      - timed: "0 1 * * 1-5"
 - job-template:
     name: vm_tests_k{kversion}_l{lttngversion}_canary
     defaults: vm_tests
     triggers:
-      - timed: "@daily"
+      - timed: "0 1 * * 1-5"
 - job-template:
     name: baremetal_benchmarks_k{kversion}_l{lttngversion}_canary
     defaults: baremetal_benchmarks
     triggers:
-      - timed: "@daily"
+      - timed: "0 1 * * 1-5"
 
 - job-template:
     name: vm_tests_kmainline_t{toolsversion}_m{modulesversion}_u{ustversion}
     defaults: vm_tests
     triggers:
       - pollscm:
-          cron: "@daily"
+          cron: "0 1 * * 1-5"
     wrappers:
       - workspace-cleanup
       - timestamps
     defaults: baremetal_tests
     triggers:
       - pollscm:
-          cron: "@daily"
+          cron: "0 1 * * 1-5"
     wrappers:
       - workspace-cleanup
       - timestamps
     defaults: baremetal_benchmarks
     triggers:
       - pollscm:
-          cron: "@daily"
+          cron: "0 1 * * 1-5"
     wrappers:
       - workspace-cleanup
       - timestamps
This page took 0.024461 seconds and 4 git commands to generate.