ci: start documenting which image tags need to be bumped

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>
This commit is contained in:
Eric Engestrom
2023-04-12 14:46:36 +01:00
committed by Marge Bot
parent 9a45d3ee13
commit 8eb5de3126

View 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"