mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
ci: avoid running hardware jobs if lint fails - now on LAVA too!
I missed this in !23774. Fixes:a1c1cce9df
("ci: avoid running hardware jobs if there are already trivial issues") Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24121> (cherry picked from commitfd35e59139
)
This commit is contained in:
parent
3694762b76
commit
4a08c40b48
@ -38,6 +38,7 @@ variables:
|
||||
- curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s "https://${JOB_RESULTS_PATH}" | tar --zstd -x
|
||||
needs:
|
||||
- alpine/x86_64_lava_ssh_client
|
||||
- !reference [.required-for-hardware-jobs, needs]
|
||||
|
||||
.lava-test:arm32:
|
||||
variables:
|
||||
|
@ -254,7 +254,7 @@
|
||||
"description": "ci: avoid running hardware jobs if lint fails - now on LAVA too!",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "a1c1cce9dfc2d8400a6726affed80997514fefa0",
|
||||
"notes": null
|
||||
|
Loading…
Reference in New Issue
Block a user