Mesa (master): gitlab-ci: Update CTS runner

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 23 07:44:07 UTC 2020


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

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Mon Jun 15 15:39:40 2020 +0200

gitlab-ci: Update CTS runner

We need a newer version to be able to successfully run the OpenGL suites
in dEQP.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5494>

---

 .gitlab-ci.yml                 | 2 +-
 .gitlab-ci/build-cts-runner.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1d7f6944ec..36593fbab65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -244,7 +244,7 @@ x86_test-base:
 x86_test-gl:
   extends: .use-x86_test-base
   variables:
-    FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-06-15"
+    FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-06-23-virgl"
 
 # Debian 10 based x86 test image for VK
 x86_test-vk:
diff --git a/.gitlab-ci/build-cts-runner.sh b/.gitlab-ci/build-cts-runner.sh
index 82bf91f0c5f..e565dcab1c9 100644
--- a/.gitlab-ci/build-cts-runner.sh
+++ b/.gitlab-ci/build-cts-runner.sh
@@ -2,7 +2,7 @@
 
 set -ex
 
-git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1 -b mesa-ci-2019-12-17 /parallel-deqp-runner
+git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1 -b mesa-ci-2020-06-15 /parallel-deqp-runner
 pushd /parallel-deqp-runner
 meson build/ $EXTRA_MESON_ARGS
 ninja -C build install



More information about the mesa-commit mailing list