From c3729765477127b795019b3d9558cfc8dacb7ce4 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Mon, 8 May 2017 14:21:30 -0400 Subject: [PATCH] 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 --- jobs/lttng-baremetal-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1