jjb: Run Lava jobs on weekdays only to avoid DNS downtime
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 8 May 2017 18:21:30 +0000 (14:21 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 10 May 2017 19:52:16 +0000 (15:52 -0400)
Due to backup jobs, the DNS resolver is down for a few hours during the
weekends. Lava jobs running during this time might fail trying to
resolve the Lava server hostname.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
jobs/lttng-baremetal-tests.yaml

index 239f805970236e079565ca4acfb806111d13a986..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
 
             - 'baremetal-tests'
     triggers:
       - pollscm:
-          cron: "@hourly"
+          cron: "H * * * 1-5"
     logrotate:
       numToKeep: 10
 
This page took 0.026824 seconds and 4 git commands to generate.