gitlab-ci: Fix needs: of the arm64 LAVA test jobs
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 13 Jul 2020 15:20:28 +0000 (17:20 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 21 Jul 2020 09:22:19 +0000 (09:22 +0000)
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>

.gitlab-ci/lava-gitlab-ci.yml

index 9bd6f1fe392690c6191865ac5b2fb839da09abf8..86d319e9007cdaf5db8d378b238d1c133039a9ce 100644 (file)
@@ -103,7 +103,7 @@ kernel+rootfs_armhf:
   dependencies:
     - meson-arm64
   needs:
-    - arm_build
+    - kernel+rootfs_arm64
     - meson-arm64
 
 .lava-traces:armhf: