From f86e12743c79fb5c83fbd32877c092beafb2c7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 20 Jun 2022 10:31:24 +0300 Subject: [PATCH] ci/radv: move a test from the fail list to the flake list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test was misidentified as a "fail", when it actually has a very high failure rate (>95%). The test happened to pass twice within the last week, so let's mark this test as a flake. Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/radv-polaris10-aco-fails.txt | 1 - src/amd/ci/radv-polaris10-aco-flakes.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/ci/radv-polaris10-aco-fails.txt b/src/amd/ci/radv-polaris10-aco-fails.txt index a802e81df94..4929ccc8b7d 100644 --- a/src/amd/ci/radv-polaris10-aco-fails.txt +++ b/src/amd/ci/radv-polaris10-aco-fails.txt @@ -1,7 +1,6 @@ dEQP-VK.api.copy_and_blit.copy_commands2.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_4_bit,Fail dEQP-VK.api.copy_and_blit.copy_commands2.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_8_bit,Fail dEQP-VK.api.copy_and_blit.core.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_4_bit,Fail -dEQP-VK.api.copy_and_blit.dedicated_allocation.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_8_bit,Fail dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_1.multi_draw_barriers,Fail dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_1.multi_draw_barriers,Fail dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_2.multi_draw_barriers,Fail diff --git a/src/amd/ci/radv-polaris10-aco-flakes.txt b/src/amd/ci/radv-polaris10-aco-flakes.txt index 2830d434f75..f26048ca00d 100644 --- a/src/amd/ci/radv-polaris10-aco-flakes.txt +++ b/src/amd/ci/radv-polaris10-aco-flakes.txt @@ -3,3 +3,4 @@ dEQP-VK.api.copy_and_blit.copy_commands2.depth_stencil_msaa_copy.array_to_array. dEQP-VK.api.copy_and_blit.copy_commands2.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_8_bit dEQP-VK.api.copy_and_blit.core.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_8_bit dEQP-VK.api.copy_and_blit.dedicated_allocation.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_4_bit +dEQP-VK.api.copy_and_blit.dedicated_allocation.depth_stencil_msaa_copy.array_to_array.d32_sfloat_D_8_bit