Mesa (master): ci: fix possible spuriously run of jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 10 16:45:07 UTC 2020


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

Author: Christian Gmeiner <christian.gmeiner at gmail.com>
Date:   Tue Jun  9 19:05:21 2020 +0200

ci: fix possible spuriously run of jobs

Need to list arm_test-base here as well, or jobs using this
template may spuriously run if the arm_test-base job fails or
is cancelled.

Suggested-by: Michel Dänzer <mdaenzer at redhat.com>
Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5405>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3339cea12f8..4acc5628306 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -299,6 +299,7 @@ arm64_test:
     TAG: *arm64_test
   image: "$CI_REGISTRY_IMAGE/debian/arm64_test:$TAG"
   needs:
+    - arm_test-base
     - arm64_test
 
 # Native Windows docker builds
@@ -990,6 +991,7 @@ arm64_a306_gles2:
   script:
     - .gitlab-ci/bare-metal/fastboot.sh
   needs:
+    - arm_test-base
     - arm64_test
     - arm_build
     - meson-arm64



More information about the mesa-commit mailing list