Module: Mesa
Branch: main
Commit: 75ccf7c003c7fcae555ec9e53976b51b72a3f0dd
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=75ccf7c003c7fcae555ec9e53976b51b72a3f0dd

Author: Samuel Pitoiset <[email protected]>
Date:   Thu Feb  9 12:45:18 2023 +0100

radv/ci: bump the number of runners to 3 for vkcts-navi21-valve

RADV_PERFTEST=gpl increased execution time, so let's try with a 3d
runner.

dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail.basic
seems reliably fixed now for some reasons.

Signed-off-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21214>

---

 src/amd/ci/gitlab-ci.yml             | 2 +-
 src/amd/ci/radv-navi21-aco-fails.txt | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index 8a83be9706c..67948e7d4ea 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -330,7 +330,7 @@ vkcts-navi10-valve:
     B2C_KERNEL_URL: 
'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/144/download' 
 # 5.17.1
 
 vkcts-navi21-valve:
-  parallel: 2
+  parallel: 3
   extends:
     - .vkcts-test-valve
     - .navi21-test-valve
diff --git a/src/amd/ci/radv-navi21-aco-fails.txt 
b/src/amd/ci/radv-navi21-aco-fails.txt
index 3c47d62f49b..87c62e36fb2 100644
--- a/src/amd/ci/radv-navi21-aco-fails.txt
+++ b/src/amd/ci/radv-navi21-aco-fails.txt
@@ -3,9 +3,6 @@ 
dEQP-VK.ray_tracing_pipeline.acceleration_structures.copy_within_pipeline.gpu.ac
 
dEQP-VK.ray_tracing_pipeline.acceleration_structures.copy_within_pipeline.gpu.stage_all_transfer,Crash
 
dEQP-VK.ray_tracing_pipeline.acceleration_structures.copy_within_pipeline.gpu.stage_as_copy_bit,Crash
 
-# New fails in CTS 1.3.3.1
-dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail.basic,Fail
-
 # Test bugs with GPL (all of them should be fixed with recent CTS).
 
dEQP-VK.fragment_shading_rate.dynamic_rendering.primary_cmd_buff.fast_linked_library.misc_tests.sample_mask_test,Fail
 
dEQP-VK.fragment_shading_rate.dynamic_rendering.primary_cmd_buff.pipeline_library.misc_tests.sample_mask_test,Fail

Reply via email to