ci: start documenting which image tags need to be bumped
authorEric Engestrom <eric@igalia.com>
Wed, 12 Apr 2023 13:46:36 +0000 (14:46 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 14 Apr 2023 11:28:21 +0000 (11:28 +0000)
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Helen Koike <helen.koike@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22450>

.gitlab-ci/container/build-deqp.sh

index 67e2ff0..588ed83 100644 (file)
@@ -1,6 +1,13 @@
 #!/bin/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_X86_TEST_ANDROID_TAG
+# DEBIAN_X86_TEST_GL_TAG
+# DEBIAN_X86_TEST_VK_TAG
+# KERNEL_ROOTFS_TAG
+
 set -ex
 
 git config --global user.email "mesa@example.com"