diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-24 20:21:23 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-24 20:21:23 +0200 |
commit | 63b16b648cf32af6917d9a1ad419273430ff5db8 (patch) | |
tree | 79fa41e129fb2ccb02ad981307f0d2ccdcd8625e /jjb | |
parent | 198850dce3d103ce6f04d90f86a5c9dfca364a79 (diff) |
[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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/armband/armband-ci-jobs.yml | 6 |
1 files 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: |