ci: Separate build and test container tags

Rebuilding all the test containers for a change that only affects the
build containers is costly and unnecessary. Split the `DEBIAN_BASE_TAG`
into `DEBIAN_BUILD_BASE_TAG` and `DEBIAN_TEST_BASE_TAG` to make it
possible to rebuild only the relevant half of the containers.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36736>
This commit is contained in:
Valentine Burley
2025-08-12 08:40:11 +02:00
committed by Marge Bot
parent 796e11008d
commit 7a71e2e41b
16 changed files with 29 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
# When changing this file, you need to bump the following
# .gitlab-ci/image-tags.yml tags:
# DEBIAN_BASE_TAG
# DEBIAN_TEST_BASE_TAG
set -uex