diff options
author | Jesse Natalie <jenatali@microsoft.com> | 2021-11-19 21:12:52 -0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2021-11-20 20:30:59 +0000 |
commit | 1e3db7923f4a84cfcd8e9a19a858c6f4be77e33e (patch) | |
tree | d41906bde26155b18f9bcb355b4db94d18190b27 /.gitlab-ci.yml | |
parent | 60d95c5d0feef4e4b2820a26c4708aff10f5730d (diff) | |
download | mesa-1e3db7923f4a84cfcd8e9a19a858c6f4be77e33e.tar.gz |
CI/windows: Uprev piglit
Acked-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13893>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96e5270df7e..dddd26d74f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -550,7 +550,7 @@ debian/arm_test: variables: MESA_IMAGE: "$CI_REGISTRY_IMAGE/${MESA_IMAGE_PATH}:${MESA_IMAGE_TAG}" MESA_IMAGE_PATH: "windows/x64_build" - MESA_IMAGE_TAG: "2021-11-04-spirv-shaders" + MESA_IMAGE_TAG: "2021-11-19-piglit-uprev" MESA_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/$MESA_IMAGE_PATH:${MESA_IMAGE_TAG}" windows_build_vs2019: @@ -1046,7 +1046,7 @@ test-d3d12-windows: GIT_STRATEGY: none # testing doesn't build anything from source GALLIUM_DRIVER: d3d12 PIGLIT_PROFILE: quick_gl - PIGLIT_TESTS: -x nv_copy_depth_to_color -x repeat-wait -x arb_timer_query@timestamp-get + PIGLIT_TESTS: -x nv_copy_depth_to_color script: - . _install/piglit_run.ps1 artifacts: |