ci: document which image tags need to be bumped when updating {alpine,debian,fedora...
authorEric Engestrom <eric@igalia.com>
Fri, 4 Aug 2023 17:30:53 +0000 (18:30 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 15 Sep 2023 12:12:31 +0000 (12:12 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25120>

.gitlab-ci/container/alpine/x86_64_build.sh
.gitlab-ci/container/debian/x86_64_build.sh
.gitlab-ci/container/fedora/x86_64_build.sh

index cd643eb..54b8f3a 100644 (file)
@@ -1,5 +1,10 @@
 #!/usr/bin/env bash
 # shellcheck disable=SC1091
+
+# When changing this file, you need to bump the following
+# .gitlab-ci/image-tags.yml tags:
+# ALPINE_X86_64_BUILD_TAG
+
 set -e
 set -o xtrace
 
index 85d0303..13b85d7 100644 (file)
@@ -1,6 +1,10 @@
 #!/usr/bin/env bash
 # shellcheck disable=SC2086 # we want word splitting
 
+# When changing this file, you need to bump the following
+# .gitlab-ci/image-tags.yml tags:
+# DEBIAN_BUILD_TAG
+
 set -e
 set -o xtrace
 
index 72114f4..d03a5ef 100644 (file)
@@ -1,5 +1,10 @@
 #!/usr/bin/env bash
 # shellcheck disable=SC1091
+
+# When changing this file, you need to bump the following
+# .gitlab-ci/image-tags.yml tags:
+# FEDORA_X86_64_BUILD_TAG
+
 set -e
 set -o xtrace