ci: Use container rules for containers
If we have diverging rulesets, we can have the base container jobs possibly not being created, and the leaf container jobs then trying to run, which ends up in us failing to create pipelines. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25205>
This commit is contained in:
@@ -61,8 +61,6 @@
|
||||
extends:
|
||||
- .container
|
||||
- .incorporate-base-tag+templates-commit
|
||||
# Don't want the .container rules
|
||||
- .build-rules
|
||||
|
||||
# Debian based x86_64 build image base
|
||||
debian/x86_64_build-base:
|
||||
|
Reference in New Issue
Block a user