From 5fc99a15362d2091ab5c0afb52be1c66e5f619e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 17 May 2022 09:22:09 +0300 Subject: [PATCH] radv/ci: enable the experimental support for mesh shaders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: --- .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.