From aa53f73be136fc134836834ee417be78f07126b4 Mon Sep 17 00:00:00 2001 From: Deborah Brouwer Date: Wed, 9 Oct 2024 13:31:22 -0700 Subject: [PATCH] ci/deqp-runner: update instructions for uprevving MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since deqp-runner is already being built in the debian base image for test jobs, it’s not necessary to build it subsequently in GL and VK debian test images. Update the image tag instructions for uprevving deqp-runner. Part-of: --- .gitlab-ci/container/build-deqp-runner.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-deqp-runner.sh b/.gitlab-ci/container/build-deqp-runner.sh index 1bda22fe8b8..dd8fd5686b1 100644 --- a/.gitlab-ci/container/build-deqp-runner.sh +++ b/.gitlab-ci/container/build-deqp-runner.sh @@ -4,8 +4,7 @@ # When changing this file, you need to bump the following # .gitlab-ci/image-tags.yml tags: # DEBIAN_TEST_ANDROID_TAG -# DEBIAN_TEST_GL_TAG -# DEBIAN_TEST_VK_TAG +# DEBIAN_BASE_TAG # KERNEL_ROOTFS_TAG set -uex