mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
gitlab-ci/lava: Add needs: for container image to test jobs (again)
Without this, the test jobs could spuriously run after the container job failed or was cancelled, even if the build job didn't run at all. (I already did this in94cfe59070
, but it got dropped accidentally in22d976454f
) Reviewed-by: Adam Jackson <ajax@redhat.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4432>
This commit is contained in:
parent
c12576efbe
commit
27c4ef1397
@ -58,6 +58,7 @@
|
||||
dependencies:
|
||||
- meson-armhf
|
||||
needs:
|
||||
- arm_build
|
||||
- meson-armhf
|
||||
|
||||
.lava-test:arm64:
|
||||
@ -72,6 +73,7 @@
|
||||
dependencies:
|
||||
- meson-arm64
|
||||
needs:
|
||||
- arm_build
|
||||
- meson-arm64
|
||||
|
||||
panfrost-t720-gles2:arm64:
|
||||
|
Loading…
Reference in New Issue
Block a user