gitlab-ci: Add needs: for x86 buster docker image
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 18 Sep 2019 14:21:32 +0000 (16:21 +0200)
committerMichel Dänzer <michel@daenzer.net>
Mon, 30 Sep 2019 07:17:38 +0000 (09:17 +0200)
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>
.gitlab-ci.yml

index 7506129b9249146d8dd47263f4bda48a7b871034..db0e132d53ff75185e481411c3dc25da95f114c0 100644 (file)
@@ -94,6 +94,8 @@ test-container:arm64:
 .build:
   extends: .ci-run-policy
   image: $DEBIAN_IMAGE
+  needs:
+    - debian-10
   stage: build
   cache:
     paths: