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:
Daniel Stone
2023-09-13 13:30:38 +01:00
committed by Marge Bot
parent e67868fa19
commit 0e1ee4fac9

View File

@@ -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: