From fcd43ee243883238b7d5aea6c5338218c12fe9aa Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Feb 2024 17:45:26 +0000 Subject: [PATCH] ci/deqp-runner: fix list of image tags to update Part-of: --- .gitlab-ci/container/build-deqp-runner.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-deqp-runner.sh b/.gitlab-ci/container/build-deqp-runner.sh index 542da71df36..b35454c4773 100644 --- a/.gitlab-ci/container/build-deqp-runner.sh +++ b/.gitlab-ci/container/build-deqp-runner.sh @@ -3,8 +3,9 @@ # When changing this file, you need to bump the following # .gitlab-ci/image-tags.yml tags: -# DEBIAN_BASE_TAG # DEBIAN_X86_64_TEST_ANDROID_TAG +# DEBIAN_X86_64_TEST_GL_TAG +# DEBIAN_X86_64_TEST_VK_TAG # KERNEL_ROOTFS_TAG set -ex