From 0105cfd93c01f884e6a690b1c852c084daff2533 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 18 Jan 2024 11:36:01 +0100 Subject: [PATCH] radv/ci: enable RADV_PERFTEST=shader_object for vkcts-polaris10-valve This now runs +571k tests for ESO in ~34 minutes compared to ~30 minutes without shader_object support. Definitely acceptable for a manual job. Note that the next VKCTS uprev will reduce the number of ESO tests by a lot because most of them weren't useful for coverage. Signed-off-by: Samuel Pitoiset 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 5ee36998612..c66c970ded2 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -170,6 +170,7 @@ vkcts-polaris10-valve: GPU_VERSION: radv-polaris10-aco B2C_TIMEOUT_BOOT_MINUTES: 70 B2C_TIMEOUT_OVERALL_MINUTES: 70 + RADV_PERFTEST: shader_object vkcts-vega10-valve: extends: