Mesa (master): gitlab-ci: Also list arm/x86_build in needs: of test jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 28 08:20:01 UTC 2020


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Sat May 16 12:07:42 2020 +0200

gitlab-ci: Also list arm/x86_build in needs: of test jobs

Without this, the test jobs may spuriously run if the arm/x86_build
jobs fail.

Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5186>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85c390de996..c3b2c0351aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -211,6 +211,7 @@ arm_test:
     TAG: *arm_test
   image: "$CI_REGISTRY_IMAGE/debian/arm_test:$TAG"
   needs:
+    - arm_build
     - meson-arm64
     - arm_test
 
@@ -619,6 +620,7 @@ meson-mingw32-x86_64:
     TAG: *x86_test-gl
   image: "$CI_REGISTRY_IMAGE/debian/x86_test-gl:$TAG"
   needs:
+    - x86_build
     - meson-testing
     - x86_test-gl
 
@@ -629,6 +631,7 @@ meson-mingw32-x86_64:
     TAG: *x86_test-vk
   image: "$CI_REGISTRY_IMAGE/debian/x86_test-vk:$TAG"
   needs:
+    - x86_build
     - meson-testing
     - x86_test-vk
 



More information about the mesa-commit mailing list