Module: Mesa Branch: main Commit: bbb374907765808436e858c6a2e1803ac0199c06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbb374907765808436e858c6a2e1803ac0199c06
Author: Martin Roukala (né Peres) <[email protected]> Date: Thu Sep 8 09:57:10 2022 +0300 radv/ci: document an unstable test The test seem to fail when run in conjunction with other tests. This got revealed after I introduced parrallelism in the VKCTS execution on VanGogh. This was caught by pre-merge CI, but idiot me thought this was a flake... and did not try re-running the job to verify...</BrownBag> Reference: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7220 Signed-off-by: Martin Roukala (né Peres) <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18480> --- src/amd/ci/radv-vangogh-aco-flakes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/amd/ci/radv-vangogh-aco-flakes.txt b/src/amd/ci/radv-vangogh-aco-flakes.txt index e7657a3ba5c..968292daf4a 100644 --- a/src/amd/ci/radv-vangogh-aco-flakes.txt +++ b/src/amd/ci/radv-vangogh-aco-flakes.txt @@ -1 +1,9 @@ dEQP-VK.dynamic_rendering.basic.* + +# This fail is 100% reproducible when running vkcts in parallel mode, +# but isn't reproducible when running with the normal full test list. +# Given that we want both CI and developers to be able to get clean +# runs, let's mark this test as a flake until it gets fixed. +# +# See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7220 +dEQP-VK.draw.renderpass.linear_interpolation.no_offset_8_samples
