Mesa (master): gitlab-ci: Fix needs: of the arm64 LAVA test jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 21 09:36:30 UTC 2020


Module: Mesa
Branch: master
Commit: b2cd6a0b156a617007536b6f655b38c670acd31f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2cd6a0b156a617007536b6f655b38c670acd31f

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Mon Jul 13 17:20:28 2020 +0200

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 at collabora.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>
Reviewed-By: Rohan Garg <rohan.garg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5472>

---

 .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:



More information about the mesa-commit mailing list