From: Michel Dänzer Date: Wed, 18 Sep 2019 14:21:32 +0000 (+0200) Subject: gitlab-ci: Add needs: for x86 buster docker image X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42a18280e4d1ead649025dff7593cc22b2808dd2;p=mesa.git 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 Reviewed-by: Eric Anholt --- 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: