From: Michel Dänzer Date: Wed, 18 Sep 2019 14:28:41 +0000 (+0200) Subject: gitlab-ci: Add test-container:arm64 to needs: for arm64 test jobs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2b8051d69b58a5cc22f15b7a4436c8e3281348f;p=mesa.git gitlab-ci: Add test-container:arm64 to needs: for arm64 test jobs Without this, it was theoretically possible for the jobs to run before the docker image was 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 db0e132d53f..3d0e884bce5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -423,7 +423,9 @@ arm64_a630_gles2: - mesa-cheza dependencies: - meson-arm64 - needs: [ meson-arm64 ] + needs: + - meson-arm64 + - test-container:arm64 arm64_a630_gles31: extends: arm64_a630_gles2