gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition
authorMichel Dänzer <mdaenzer@redhat.com>
Fri, 13 Sep 2019 08:56:54 +0000 (10:56 +0200)
committerMichel Dänzer <michel@daenzer.net>
Mon, 16 Sep 2019 10:51:34 +0000 (12:51 +0200)
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 <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.gitlab-ci.yml

index 9a5d507..effb3c1 100644 (file)
@@ -409,6 +409,7 @@ arm64_a306_gles2:
     - db410c
   dependencies:
     - meson-arm64
+  needs: [ meson-arm64 ]
 
 .cheza-test:
   image: $DEBIAN_ARM64_IMAGE