From e0518800a1256a98588f1cb9dcc89e7346756b1a Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 15 Jun 2020 15:39:40 +0200 Subject: [PATCH] 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 Reviewed-by: Eric Anholt Part-of: --- .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 -- 2.30.2