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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 25 18:50:20 UTC 2021


Module: Mesa
Branch: staging/20.3
Commit: 2ed63e74616909a7487015ca7db500848e85207f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ed63e74616909a7487015ca7db500848e85207f

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>
(cherry picked from commit 13f7224dbf31e602b0cdea37d7a2dca07a01da0b)

---

 .gitlab-ci/deqp-radv-default-skips.txt   | 3 +++
 .gitlab-ci/deqp-radv-raven-aco-skips.txt | 3 +++
 .pick_status.json                        | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)

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 ca4104ba18a..db1255c699c 100644
--- a/.gitlab-ci/deqp-radv-raven-aco-skips.txt
+++ b/.gitlab-ci/deqp-radv-raven-aco-skips.txt
@@ -1,3 +1,6 @@
 # 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
diff --git a/.pick_status.json b/.pick_status.json
index 6caeb464f63..f1d7648732c 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -103,7 +103,7 @@
         "description": "ci: exclude one CTS test that timeout most of the time for RADV CI",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": null
     },



More information about the mesa-commit mailing list