gitlab-ci: Fix needs: of the arm64 LAVA test jobs

They were still depending on arm_build, but the build of kernel and
rootfs has been moved to a separate job.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-By: Rohan Garg <rohan.garg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5472>
This commit is contained in:
Tomeu Vizoso 2020-07-13 17:20:28 +02:00 committed by Marge Bot
parent a1947f059f
commit b2cd6a0b15

View File

@ -103,7 +103,7 @@ kernel+rootfs_armhf:
dependencies:
- meson-arm64
needs:
- arm_build
- kernel+rootfs_arm64
- meson-arm64
.lava-traces:armhf: