Mesa (main): radv/ci: enable the experimental support for mesh shaders

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 18 07:18:25 UTC 2022


Module: Mesa
Branch: main
Commit: 5fc99a15362d2091ab5c0afb52be1c66e5f619e7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fc99a15362d2091ab5c0afb52be1c66e5f619e7

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Tue May 17 09:22:09 2022 +0300

radv/ci: enable the experimental support for mesh shaders

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

---

 .gitlab-ci/common/generate-env.sh | 1 +
 src/amd/ci/gitlab-ci.yml          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh
index 371ec96795d..fbec3421f5e 100755
--- a/.gitlab-ci/common/generate-env.sh
+++ b/.gitlab-ci/common/generate-env.sh
@@ -104,6 +104,7 @@ for var in \
     PIGLIT_RESULTS \
     PIGLIT_TESTS \
     PIPELINE_ARTIFACTS_BASE \
+    RADV_PERFTEST \
     SKQP_ASSETS_DIR \
     SKQP_BACKENDS \
     TU_DEBUG \
diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index 6524136a509..0c3a3be2893 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -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.



More information about the mesa-commit mailing list