summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2019-09-18 16:21:32 +0200
committerMichel Dänzer <michel@daenzer.net>2019-09-30 09:17:38 +0200
commit42a18280e4d1ead649025dff7593cc22b2808dd2 (patch)
tree7a3106c469ffd494e59386410cf3e43eed8f0920 /.gitlab-ci.yml
parent88319f267825e9799b48ce3ef97bfc4b186e0fe3 (diff)
gitlab-ci: Add needs: for x86 buster docker image
This allows most build jobs to run before the stretch or arm64 docker images are ready. v2: * Use - list syntax instead of [] (Eric Engestrom) Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7506129b924..db0e132d53f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,6 +94,8 @@ test-container:arm64:
.build:
extends: .ci-run-policy
image: $DEBIAN_IMAGE
+ needs:
+ - debian-10
stage: build
cache:
paths: