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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Sep 29 06:59:47 UTC 2021


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

Author: Guilherme Gallo <guilherme.gallo at collabora.com>
Date:   Tue Sep 28 12:46:05 2021 -0300

ci: Uprev deqp-runner to 0.9.0

Signed-off-by: Guilherme Gallo <guilherme.gallo at collabora.com>
Reviewed-by: Rohan Garg <rohan.garg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13088>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47f732271be..adbe55c1fbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -392,7 +392,7 @@ debian/android_build:
 debian/x86_test-base:
   extends: debian/x86_build-base
   variables:
-    MESA_IMAGE_TAG: &debian-x86_test-base "2021-07-26-python"
+    MESA_IMAGE_TAG: &debian-x86_test-base "2021-09-28-deqp-runner"
 
 .use-debian/x86_test-base:
   extends:
@@ -465,7 +465,7 @@ fedora/x86_build:
   variables:
     GIT_STRATEGY: fetch
     KERNEL_URL: *kernel-rootfs-url
-    MESA_ROOTFS_TAG: &kernel-rootfs "2021-09-11-etnaviv"
+    MESA_ROOTFS_TAG: &kernel-rootfs "2021-09-28-deqp-runner"
     DISTRIBUTION_TAG: &distribution-tag-arm "${MESA_ROOTFS_TAG}--${MESA_ARTIFACTS_TAG}--${MESA_TEMPLATES_COMMIT}"
   script:
     - .gitlab-ci/container/lava_build.sh
diff --git a/.gitlab-ci/container/build-deqp-runner.sh b/.gitlab-ci/container/build-deqp-runner.sh
index 3c12f433739..4325f0d34fe 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.8.2 \
+  --version 0.9.0 \
   --root /usr/local \
   $EXTRA_CARGO_ARGS



More information about the mesa-commit mailing list