Mesa (main): ci: Uprev deqp-runner to 0.11.0

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 18 19:13:49 UTC 2022


Module: Mesa
Branch: main
Commit: f40e7f0e7bb3a73019e36d84a01e16a6ac63c907
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f40e7f0e7bb3a73019e36d84a01e16a6ac63c907

Author: Cristian Ciocaltea <cristian.ciocaltea at collabora.com>
Date:   Fri Dec 31 02:51:38 2021 +0200

ci: Uprev deqp-runner to 0.11.0

The updated version offers, among others, improved logging support to
help debugging failing tests.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea at collabora.com>
Reviewed-by: Rohan Garg <rohan.garg at intel.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14413>

---

 .gitlab-ci/container/build-deqp-runner.sh | 2 +-
 .gitlab-ci/image-tags.yml                 | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci/container/build-deqp-runner.sh b/.gitlab-ci/container/build-deqp-runner.sh
index ae989be82d4..9c726448c48 100644
--- a/.gitlab-ci/container/build-deqp-runner.sh
+++ b/.gitlab-ci/container/build-deqp-runner.sh
@@ -4,6 +4,6 @@ set -ex
 
 cargo install --locked deqp-runner \
   -j ${FDO_CI_CONCURRENT:-4} \
-  --version 0.10.0 \
+  --version 0.11.0 \
   --root /usr/local \
   $EXTRA_CARGO_ARGS
diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml
index 4e52fa850eb..22361523ffa 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -1,6 +1,6 @@
 variables:
    DEBIAN_X86_BUILD_BASE_IMAGE: "debian/x86_build-base"
-   DEBIAN_BASE_TAG: "2021-12-31-refactor"
+   DEBIAN_BASE_TAG: "2022-01-02-deqp-runner"
 
    DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build"
    DEBIAN_BUILD_TAG: "2021-12-31-refactor"
@@ -9,10 +9,10 @@ variables:
 
    DEBIAN_X86_TEST_IMAGE_PATH: "debian/x86_test-gl"
    DEBIAN_X86_TEST_GL_TAG: "2021-12-31-refactor"
-   DEBIAN_X86_TEST_VK_TAG: "2021-12-31-refactor"
+   DEBIAN_X86_TEST_VK_TAG: "2022-01-02-deqp-runner"
 
    FEDORA_X86_BUILD_TAG: "2021-12-31-refactor"
-   KERNEL_ROOTFS_TAG: "2021-12-31-refactor"
+   KERNEL_ROOTFS_TAG: "2022-01-02-deqp-runner"
 
    WINDOWS_X64_BUILD_PATH: "windows/x64_build"
    WINDOWS_X64_BUILD_TAG: "2021-12-31-refactor"



More information about the mesa-commit mailing list