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:
committed by
Marge Bot
parent
796e11008d
commit
7a71e2e41b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user