Mesa (master): gitlab-ci: Add test-container:arm64 to needs: for arm64 test jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 30 07:52:46 UTC 2019


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Wed Sep 18 16:28:41 2019 +0200

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 <eric.engestrom at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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




More information about the mesa-commit mailing list