Mesa (master): gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 16 11:11:16 UTC 2019


Module: Mesa
Branch: master
Commit: 0173e9b1ca012e5e32f8d7b702fb61cb00792455
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0173e9b1ca012e5e32f8d7b702fb61cb00792455

Author: Michel Dänzer <mdaenzer at redhat.com>
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 <eric.engestrom at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 .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




More information about the mesa-commit mailing list