Mesa (master): gitlab-ci/lava: Add needs: for container image to test jobs (again)

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 7 18:00:13 UTC 2020


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Fri Apr  3 15:59:31 2020 +0200

gitlab-ci/lava: Add needs: for container image to test jobs (again)

Without this, the test jobs could spuriously run after the container
job failed or was cancelled, even if the build job didn't run at all.

(I already did this in 94cfe590703018cf3d34a0c1f8667064919bf843, but it
got dropped accidentally in 22d976454f4e50142116f4544c0bbf11134ce991)

Reviewed-by: Adam Jackson <ajax at redhat.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4432>

---

 .gitlab-ci/lava-gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index 51956e598ca..d0cc2cd0fd5 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -58,6 +58,7 @@
   dependencies:
     - meson-armhf
   needs:
+    - arm_build
     - meson-armhf
 
 .lava-test:arm64:
@@ -72,6 +73,7 @@
   dependencies:
     - meson-arm64
   needs:
+    - arm_build
     - meson-arm64
 
 panfrost-t720-gles2:arm64:



More information about the mesa-commit mailing list