Module: Mesa Branch: master Commit: 0173e9b1ca012e5e32f8d7b702fb61cb00792455 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0173e9b1ca012e5e32f8d7b702fb61cb00792455
Author: Michel Dänzer <[email protected]> Date: Fri Sep 13 10:56:54 2019 +0200 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
