mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-25 12:51:00 +00: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
@ -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…
x
Reference in New Issue
Block a user