mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
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@redhat.com> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5405>
This commit is contained in:
parent
bd553f0546
commit
456e8103ef
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue