From: Martin Roukala (né Peres) Date: Tue, 17 May 2022 06:22:09 +0000 (+0300) Subject: radv/ci: enable the experimental support for mesh shaders X-Git-Tag: upstream/22.3.5~8663 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fc99a15362d2091ab5c0afb52be1c66e5f619e7;p=platform%2Fupstream%2Fmesa.git 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 Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Samuel Pitoiset Acked-by: Timur Kristóf Part-of: --- diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh index 371ec96..fbec342 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 6524136..0c3a3be 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.