From: Tomeu Vizoso Date: Mon, 15 Jun 2020 13:39:40 +0000 (+0200) Subject: gitlab-ci: Update CTS runner X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0518800a1256a98588f1cb9dcc89e7346756b1a;p=mesa.git 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: --- 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