mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
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:6c8b921572"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 commit5d073b5aa1)
This commit is contained in:
parent
5bbaec9d46
commit
d5f1553ded
2 changed files with 2 additions and 1 deletions
|
|
@ -129,6 +129,7 @@ kernel+rootfs_armhf:
|
|||
- .use-arm_build
|
||||
needs:
|
||||
- kernel+rootfs_amd64
|
||||
- arm_build
|
||||
- meson-testing
|
||||
|
||||
.lava-traces:amd64:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue