From b2cd6a0b156a617007536b6f655b38c670acd31f Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 13 Jul 2020 17:20:28 +0200 Subject: [PATCH] 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: --- .gitlab-ci/lava-gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2