Mesa (master): ci: exclude one CTS test that timeout most of the time for RADV CI

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 20 13:53:34 UTC 2021


Module: Mesa
Branch: master
Commit: 13f7224dbf31e602b0cdea37d7a2dca07a01da0b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13f7224dbf31e602b0cdea37d7a2dca07a01da0b

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Wed Jan 20 10:09:33 2021 +0100

ci: exclude one CTS test that timeout most of the time for RADV CI

dEQP is too slow.

Cc: <mesa-stable at lists.freedesktop.org>
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8587>

---

 .gitlab-ci/deqp-radv-default-skips.txt   | 3 +++
 .gitlab-ci/deqp-radv-raven-aco-skips.txt | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.gitlab-ci/deqp-radv-default-skips.txt b/.gitlab-ci/deqp-radv-default-skips.txt
index 4129192fa68..521123c7738 100644
--- a/.gitlab-ci/deqp-radv-default-skips.txt
+++ b/.gitlab-ci/deqp-radv-default-skips.txt
@@ -4,3 +4,6 @@ dEQP-VK.info.device_extensions
 # Exclude WSI related tests.
 dEQP-VK.image.swapchain_mutable.*
 dEQP-VK.wsi.*
+
+# Exclude this test which timeout most of the time.
+dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576
diff --git a/.gitlab-ci/deqp-radv-raven-aco-skips.txt b/.gitlab-ci/deqp-radv-raven-aco-skips.txt
index e49406dfa88..77f7620934f 100644
--- a/.gitlab-ci/deqp-radv-raven-aco-skips.txt
+++ b/.gitlab-ci/deqp-radv-raven-aco-skips.txt
@@ -8,3 +8,6 @@ dEQP-VK.wsi.*
 # This subset of CTS seems to randomly hangs on RAVEN only.
 # This needs to be investigated and fixed!
 dEQP-VK.synchronization.*
+
+# Exclude this test which timeout most of the time.
+dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576



More information about the mesa-commit mailing list