mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01: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
2 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ variables:
|
||||||
- curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s "https://${JOB_RESULTS_PATH}" | tar --zstd -x
|
- curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s "https://${JOB_RESULTS_PATH}" | tar --zstd -x
|
||||||
needs:
|
needs:
|
||||||
- alpine/x86_64_lava_ssh_client
|
- alpine/x86_64_lava_ssh_client
|
||||||
|
- !reference [.required-for-hardware-jobs, needs]
|
||||||
|
|
||||||
.lava-test:arm32:
|
.lava-test:arm32:
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
"description": "ci: avoid running hardware jobs if lint fails - now on LAVA too!",
|
"description": "ci: avoid running hardware jobs if lint fails - now on LAVA too!",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "a1c1cce9dfc2d8400a6726affed80997514fefa0",
|
"because_sha": "a1c1cce9dfc2d8400a6726affed80997514fefa0",
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue