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

Author: Samuel Pitoiset <[email protected]>
Date:   Wed Feb 22 12:44:33 2023 +0100

radv/ci: cleanup CI lists for dEQP-VK.memory.* tests that timeout

These tests usually take more than 30s to complete, so exclude them
completely instead. This should also make runs slightly faster.

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

---

 src/amd/ci/radv-navi21-aco-flakes.txt  |  9 ---------
 src/amd/ci/radv-navi21-llvm-skips.txt  |  1 -
 src/amd/ci/radv-renoir-aco-skips.txt   |  1 -
 src/amd/ci/radv-skips.txt              | 11 ++++++++++-
 src/amd/ci/radv-vangogh-aco-flakes.txt |  4 ----
 5 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/src/amd/ci/radv-navi21-aco-flakes.txt 
b/src/amd/ci/radv-navi21-aco-flakes.txt
index daf0c4a4cdb..3dfafcd65f4 100644
--- a/src/amd/ci/radv-navi21-aco-flakes.txt
+++ b/src/amd/ci/radv-navi21-aco-flakes.txt
@@ -3,9 +3,6 @@ 
dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.separate.view_type
 
dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.combined.view_type.cube_array.format.r8g8_sint.count_4.size.13x13_array_of_36
 
 # Came with the split of the test lists in CI
-dEQP-VK.memory.mapping.dedicated_alloc.image.full.1048577.*
-dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
-dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576
 
dEQP-VK.rasterization.primitives_multisample_2_bit.static_stipple.bresenham_line_strip_wide
 
 # This fail is 100% reproducible when running vkcts in parallel mode,
@@ -16,10 +13,4 @@ 
dEQP-VK.rasterization.primitives_multisample_2_bit.static_stipple.bresenham_line
 # See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7220
 dEQP-VK.draw.renderpass.linear_interpolation.no_offset_8_samples
 
-# Timeout but pass.
-dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_2
-dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_2
-dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_4
-dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_4
-
 
dEQP-VK.pipeline.fast_linked_library.multisample_interpolation.sample_interpolate_at_ignores_centroid.128_128_1.samples_8
diff --git a/src/amd/ci/radv-navi21-llvm-skips.txt 
b/src/amd/ci/radv-navi21-llvm-skips.txt
deleted file mode 100644
index fc1854ce7d5..00000000000
--- a/src/amd/ci/radv-navi21-llvm-skips.txt
+++ /dev/null
@@ -1 +0,0 @@
-dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
diff --git a/src/amd/ci/radv-renoir-aco-skips.txt 
b/src/amd/ci/radv-renoir-aco-skips.txt
deleted file mode 100644
index 350523cf2c7..00000000000
--- a/src/amd/ci/radv-renoir-aco-skips.txt
+++ /dev/null
@@ -1 +0,0 @@
-dEQP-VK.memory.pipeline_barrier.host_write_transfer_src.1048576
diff --git a/src/amd/ci/radv-skips.txt b/src/amd/ci/radv-skips.txt
index b25712e5082..35822626b6b 100644
--- a/src/amd/ci/radv-skips.txt
+++ b/src/amd/ci/radv-skips.txt
@@ -5,7 +5,16 @@ dEQP-VK.info.device_extensions
 dEQP-VK.image.swapchain_mutable.*
 dEQP-VK.wsi.*
 
-# Exclude this test which timeout most of the time.
+# Exclude these memory tests that usually take more than 30s to complete.
+dEQP-VK.memory.mapping.dedicated_alloc.image.full.1048577.*
+dEQP-VK.memory.mapping.suballocation.full.variable.implicit_unmap
+dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_2
+dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_4
+dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_2
+dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_4
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
+dEQP-VK.memory.pipeline_barrier.host_write_transfer_src.1048576
 dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576
 
 # Exclude this test which fails on all GPUS except RDNA2+.
diff --git a/src/amd/ci/radv-vangogh-aco-flakes.txt 
b/src/amd/ci/radv-vangogh-aco-flakes.txt
index 1faef1770d9..807ce8895eb 100644
--- a/src/amd/ci/radv-vangogh-aco-flakes.txt
+++ b/src/amd/ci/radv-vangogh-aco-flakes.txt
@@ -8,10 +8,6 @@ dEQP-VK.dynamic_rendering.basic.*
 # See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7220
 dEQP-VK.draw.renderpass.linear_interpolation.no_offset_8_samples
 
-# Came with the split of the test lists in CI
-dEQP-VK.memory.mapping.dedicated_alloc.image.full.1048577.*
-dEQP-VK.memory.mapping.dedicated_alloc.image.sub.1048577.*
-
 
dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.separate.view_type.2d_array.format.r4g4b4a4_unorm_pack16.count_4.size.32x16_array_of_6
 
 # Seem to have been introduced with !19442, and can only be reproduced on

Reply via email to