summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-12-09 11:02:09 +0100
committerDylan Baker <dylan.c.baker@intel.com>2020-12-10 12:43:08 -0800
commit4691bc5d2018304107a0d83f52722558180911f2 (patch)
treee39043ec3ffa76a096a95500ee6c5565eb57be81 /.gitlab-ci
parentc763926c7632aea9c60f54f44d0e86d7ba33aa86 (diff)
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@igalia.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8003> (cherry picked from commit 5d073b5aa160adfe4c5e0b388bd199741f4893d8)
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/lava-gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: