Module: Mesa Branch: main Commit: a94f0898651d02b7a9bee8dee9b00ce06e752e3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a94f0898651d02b7a9bee8dee9b00ce06e752e3f
Author: Konstantin Seurer <[email protected]> Date: Wed Mar 1 22:26:03 2023 +0100 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 <[email protected]> Acked-by: Martin Roukala <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21638> --- 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 365bfe085d2..ee7e69645bf 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:
