From: Michel Dänzer Date: Fri, 13 Sep 2019 08:56:54 +0000 (+0200) Subject: gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0173e9b1ca012e5e32f8d7b702fb61cb00792455;p=mesa.git gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition This allows the arm64_a306_gles2 jobs to run as soon as the meson-arm64 job has finished. Fixes: 6f0dc087b7a5 "freedreno: Introduce gitlab-based CI." Reviewed-by: Eric Engestrom Reviewed-by: Eric Anholt --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5d50737b8..effb3c16014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -409,6 +409,7 @@ arm64_a306_gles2: - db410c dependencies: - meson-arm64 + needs: [ meson-arm64 ] .cheza-test: image: $DEBIAN_ARM64_IMAGE