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@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5186>
This commit is contained in:
Michel Dänzer 2020-05-16 12:07:42 +02:00 committed by Marge Bot
parent bccf2a25a8
commit 43111ea745
1 changed files with 3 additions and 0 deletions

View 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