From: Eric Engestrom Date: Thu, 7 Sep 2023 12:51:36 +0000 (+0100) Subject: ci: document which image tags need to be bumped when updating piglit X-Git-Tag: upstream/23.3.3~1941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1990cdb0017c4e7e46a31f8103b5b31345f7343;p=platform%2Fupstream%2Fmesa.git ci: document which image tags need to be bumped when updating piglit Part-of: --- diff --git a/.gitlab-ci/container/build-piglit.sh b/.gitlab-ci/container/build-piglit.sh index 1a2362e..5ab1905 100644 --- a/.gitlab-ci/container/build-piglit.sh +++ b/.gitlab-ci/container/build-piglit.sh @@ -1,8 +1,13 @@ #!/bin/bash # shellcheck disable=SC2086 # we want word splitting - set -ex +# When changing this file, you need to bump the following +# .gitlab-ci/image-tags.yml tags: +# DEBIAN_X86_64_TEST_GL_TAG +# DEBIAN_X86_64_TEST_VK_TAG +# KERNEL_ROOTFS_TAG + REV="f7db20b03de6896d013826c0a731bc4417c1a5a0" git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit