From: Francis Deslauriers Date: Mon, 8 May 2017 18:21:30 +0000 (-0400) Subject: jjb: Run Lava jobs on weekdays only to avoid DNS downtime X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=c3729765477127b795019b3d9558cfc8dacb7ce4;p=lttng-ci.git jjb: Run Lava jobs on weekdays only to avoid DNS downtime 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 --- diff --git a/jobs/lttng-baremetal-tests.yaml b/jobs/lttng-baremetal-tests.yaml index 239f805..253671a 100644 --- a/jobs/lttng-baremetal-tests.yaml +++ b/jobs/lttng-baremetal-tests.yaml @@ -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 @@ -174,7 +174,7 @@ - 'baremetal-tests' triggers: - pollscm: - cron: "@hourly" + cron: "H * * * 1-5" logrotate: numToKeep: 10