Mesa (staging/20.3): ci: .lava-test:amd64 template needs arm_build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 10 20:43:16 UTC 2020


Module: Mesa
Branch: staging/20.3
Commit: 4691bc5d2018304107a0d83f52722558180911f2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4691bc5d2018304107a0d83f52722558180911f2

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Wed Dec  9 11:02:09 2020 +0100

ci: .lava-test:amd64 template needs arm_build

It uses the arm_build image, but didn't depend on the job which ensures
it exists. So jobs using the template could run before the arm_build job
had finished, and fail if the image didn't exist.

Fixes: 6c8b921572a5 "ci: Build kernels and rootfs for x86 devices"
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3632
Reviewed-by: Andres Gomez <agomez at igalia.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8003>
(cherry picked from commit 5d073b5aa160adfe4c5e0b388bd199741f4893d8)

---

 .gitlab-ci/lava-gitlab-ci.yml | 1 +
 .pick_status.json             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index ad86b4d21d8..0a8582e4629 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -130,6 +130,7 @@ kernel+rootfs_armhf:
     - .use-arm_build
   needs:
     - kernel+rootfs_amd64
+    - arm_build
     - meson-testing
 
 .lava-traces-base:
diff --git a/.pick_status.json b/.pick_status.json
index d7729f0158e..910d8e0efbe 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -202,7 +202,7 @@
         "description": "ci: .lava-test:amd64 template needs arm_build",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": "6c8b921572a542f5de62475a76501a9db73dae4d"
     },



More information about the mesa-commit mailing list