From 63b16b648cf32af6917d9a1ad419273430ff5db8 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 24 Apr 2018 20:21:23 +0200 Subject: [PATCH] [armband] Reschedule dovetail CI jobs for weekend Dovetail does not currently support AArch64 properly (e.g. it tries to load x86 images), so limit its runs to weekend days until full support is implemented. Change-Id: I83347286490344912593a122fc47013d5fcf7125 Signed-off-by: Alexandru Avadanii --- jjb/armband/armband-ci-jobs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index 0bf750be3..5bf64c11d 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -164,9 +164,7 @@ - condition-kind: day-of-week day-selector: select-days days: - MON: true - WED: true - FRI: true + SAT: true use-build-time: true steps: - trigger-builds: @@ -189,7 +187,7 @@ - condition-kind: day-of-week day-selector: select-days days: - TUES: true + SUN: true use-build-time: true steps: - trigger-builds: -- 2.16.6