Mesa (master): gitlab-ci: Add needs: for x86 buster docker image

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


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

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

gitlab-ci: Add needs: for x86 buster docker image

This allows most build jobs to run before the stretch or arm64 docker
images are 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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7506129b924..db0e132d53f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,6 +94,8 @@ test-container:arm64:
 .build:
   extends: .ci-run-policy
   image: $DEBIAN_IMAGE
+  needs:
+    - debian-10
   stage: build
   cache:
     paths:




More information about the mesa-commit mailing list