radv/ci: enable the experimental support for mesh shaders
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Tue, 17 May 2022 06:22:09 +0000 (09:22 +0300)
committerMarge Bot <emma+marge@anholt.net>
Wed, 18 May 2022 06:48:05 +0000 (06:48 +0000)
The experimental support has been merged for months already, but has
been left unexercised in CI even though dEQP has a mesh_shader.nv
category.

This commit enables the experimental support, which should bring
additional testing \o/.

Suggested-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Acked-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16550>

.gitlab-ci/common/generate-env.sh
src/amd/ci/gitlab-ci.yml

index 371ec96..fbec342 100755 (executable)
@@ -104,6 +104,7 @@ for var in \
     PIGLIT_RESULTS \
     PIGLIT_TESTS \
     PIPELINE_ARTIFACTS_BASE \
+    RADV_PERFTEST \
     SKQP_ASSETS_DIR \
     SKQP_BACKENDS \
     TU_DEBUG \
index 6524136..0c3a3be 100644 (file)
@@ -60,6 +60,7 @@ radv_stoney_vkcts:amd64:
     B2C_TEST_SCRIPT: ./install/deqp-runner.sh
     B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache"
     DEQP_VER: vk
+    RADV_PERFTEST: nv_ms
 
 # dEQP never finishes on gfx7 due to all the GPU resets and hangs.
 # Hence, disable it for now.