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