From a94f0898651d02b7a9bee8dee9b00ce06e752e3f Mon Sep 17 00:00:00 2001 From: Konstantin Seurer Date: Wed, 1 Mar 2023 22:26:03 +0100 Subject: [PATCH] radv/ci: Test ray tracing pipelines Since we expose them for a few games by default now, it would make sense to have test coverage for them. Reviewed-by: Samuel Pitoiset Acked-by: Martin Roukala Part-of: --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 365bfe0..ee7e696 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -366,6 +366,7 @@ vkcts-navi21-valve: - .navi21-test-valve variables: GPU_VERSION: radv-navi21-aco + RADV_PERFTEST: rt # Disabled due to its extremelly-broken nature .vkcts-navi21-llvm-valve: -- 2.7.4