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>
This commit is contained in:
Emma Anholt 2022-07-07 11:39:49 -07:00 committed by Marge Bot
parent 27f9feb7b0
commit 9fdefa6182
2 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,4 @@
.lava-test:
extends:
- .build-rules
# Cancel job if a newer commit is pushed to the same branch
interruptible: true
variables:

View File

@ -1,6 +1,4 @@
.test:
extends:
- .build-rules
# Cancel job if a newer commit is pushed to the same branch
interruptible: true
variables:
@ -116,7 +114,6 @@
.baremetal-test:
extends:
- .build-rules
- .test
# Cancel job if a newer commit is pushed to the same branch
interruptible: true