From 0e1ee4fac9dfa97477f661d9b164568e695ca395 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 13 Sep 2023 13:30:38 +0100 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/container/gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml index bf1b7f078dd..14d173be25d 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -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: