gitlab-ci: Also list arm/x86_build in needs: of test jobs
authorMichel Dänzer <mdaenzer@redhat.com>
Sat, 16 May 2020 10:07:42 +0000 (12:07 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 28 May 2020 08:01:24 +0000 (08:01 +0000)
Without this, the test jobs may spuriously run if the arm/x86_build
jobs fail.

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

.gitlab-ci.yml

index 85c390de996b8863b1e08ee19b4a24fe9714f6b9..c3b2c0351aab52db36bc230e5743581d968f8aa5 100644 (file)
@@ -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