Module: Mesa Branch: master Commit: 42a18280e4d1ead649025dff7593cc22b2808dd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42a18280e4d1ead649025dff7593cc22b2808dd2
Author: Michel Dänzer <[email protected]> Date: Wed Sep 18 16:21:32 2019 +0200 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
