ci: avoid running hardware jobs if lint fails - now on LAVA too!
authorEric Engestrom <eric@igalia.com>
Wed, 12 Jul 2023 15:36:27 +0000 (16:36 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 12 Jul 2023 19:31:01 +0000 (19:31 +0000)
I missed this in !23774.

Fixes: a1c1cce9dfc2d8400a67 ("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>

.gitlab-ci/lava/lava-gitlab-ci.yml

index 09b0d78..808eb8b 100755 (executable)
@@ -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: