aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2020-04-17 18:20:51 +0200
committerSamuel Pitoiset <[email protected]>2020-04-22 09:11:53 +0200
commitbca97abffae221ea8cf402032538a331abf1ca8e (patch)
tree24025d2019489b5555b055b9ce77682ffd1767c8
parentf1a12d6855cbbf4fc337df6f299c006b14f3435e (diff)
gitlab-ci: add a list of excluded tests for RADV
Exclude WSI related tests in CI. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4656>
-rw-r--r--.gitlab-ci/deqp-radv-default-skips.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-radv-default-skips.txt b/.gitlab-ci/deqp-radv-default-skips.txt
new file mode 100644
index 00000000000..762babd501c
--- /dev/null
+++ b/.gitlab-ci/deqp-radv-default-skips.txt
@@ -0,0 +1,3 @@
+# Exclude WSI related tests.
+dEQP-VK.image.swapchain_mutable.*
+dEQP-VK.wsi.*