ci: Uprev deqp-runner to 0.9.0

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Reviewed-by: Rohan Garg <rohan.garg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13088>
This commit is contained in:
Guilherme Gallo 2021-09-28 12:46:05 -03:00 committed by Marge Bot
parent 049c366378
commit fd71ccf4d7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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