summaryrefslogtreecommitdiff
path: root/.gitlab-ci/lava
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2022-07-07 11:39:49 -0700
committerMarge Bot <emma+marge@anholt.net>2022-07-08 23:44:52 +0000
commit9fdefa6182a12a9b4b352fca5530fdd7b284ce4e (patch)
tree12a12fdbfce36733b41981a6714a9b63572f51f8 /.gitlab-ci/lava
parent27f9feb7b0fbd1d2c4010923400d2c0b26fb4026 (diff)
downloadmesa-9fdefa6182a12a9b4b352fca5530fdd7b284ce4e.tar.gz
ci: Remove .build-rules from core test job definitions.
If you accidentally re-included your test job core definition after your driver-specific ruleset, you'd end up running the driver job on every source code change. This had happened with a630_gles_asan: it included .baremetal-test-arm64-asan (and thus .baremetal-test) after including .a630-test, to override .baremetal-test-arm64's depednencies to use asan artifacts instead. Acked-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17386>
Diffstat (limited to '.gitlab-ci/lava')
-rwxr-xr-x.gitlab-ci/lava/lava-gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci/lava/lava-gitlab-ci.yml b/.gitlab-ci/lava/lava-gitlab-ci.yml
index 91fd2a09f8e..ef73ab18e9c 100755
--- a/.gitlab-ci/lava/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava/lava-gitlab-ci.yml
@@ -1,6 +1,4 @@
.lava-test:
- extends:
- - .build-rules
# Cancel job if a newer commit is pushed to the same branch
interruptible: true
variables: