From ce346523aea83f6620e4b2e3fc65637665bc6c4c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 28 May 2025 12:22:49 +0100 Subject: [PATCH] ci: Remove baremetal rules special case It's not clear what this ever referred to, but it's a no-op now since the rules are no different for .container versus directly overriding from .container+build-rules. 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 94d583169fa..5d01172b950 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -633,8 +633,6 @@ debian/arm64_test-vk: - .fdo.container-build@debian - .container - .debian-container-version - # Don't want the .container rules - - .container+build-rules variables: FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${KERNEL_TAG}--${MESA_TEMPLATES_COMMIT}" MESA_ARTIFACTS_TAG: *debian-arm64_build