From: Tomeu Vizoso Date: Mon, 13 Jul 2020 15:20:28 +0000 (+0200) Subject: gitlab-ci: Fix needs: of the arm64 LAVA test jobs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2cd6a0b156a617007536b6f655b38c670acd31f;p=mesa.git 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 Reviewed-by: Daniel Stone Reviewed-By: Rohan Garg Part-of: --- diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 9bd6f1fe392..86d319e9007 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -103,7 +103,7 @@ kernel+rootfs_armhf: dependencies: - meson-arm64 needs: - - arm_build + - kernel+rootfs_arm64 - meson-arm64 .lava-traces:armhf: