summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2019-11-13 11:03:52 +0100
committerSamuel Pitoiset <[email protected]>2019-12-06 10:58:03 +0100
commitc1a362722f47c35da68754181797cd8f2487b1ea (patch)
tree218782f9169ae988ec338fe424e9c18dc5ab5e58 /.gitlab-ci
parent40c6a56751c736488fcd2e157669118f141a7270 (diff)
gitlab-ci: add a job that runs Vulkan CTS with RADV conditionally
Only Polaris10 is tested at the moment, and I disabled a TON of tests to keep a CTS run within 5 minutes because my local runner is a bit slow. A full CTS run takes more than 1h, which means it will hit the timeout. RADV CI can only be triggered manually on personal branches to avoid breaking the world because one runner is definitely not enough. This will allow us to test it until it's stable enough to be enabled by default. Signed-off-by: Samuel Pitoiset <[email protected]> Acked-by: Michel Dänzer <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/deqp-radv-polaris10-skips.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-radv-polaris10-skips.txt b/.gitlab-ci/deqp-radv-polaris10-skips.txt
new file mode 100644
index 00000000000..d44343fe466
--- /dev/null
+++ b/.gitlab-ci/deqp-radv-polaris10-skips.txt
@@ -0,0 +1,31 @@
+# Disable a TON of tests to keep the run around 5-10 minutes because my runner is
+# slow.
+dEQP-VK.api.*
+dEQP-VK.binding_model.*
+dEQP-VK.clipping.*
+dEQP-VK.compute.*
+dEQP-VK.conditional_rendering.*
+dEQP-VK.descriptor_indexing.*
+dEQP-VK.device_group.*
+dEQP-VK.fragment_operations.*
+dEQP-VK.fragment_shader_interlock.*
+dEQP-VK.graphicsfuzz.*
+dEQP-VK.image.*
+dEQP-VK.imageless_framebuffer.*
+dEQP-VK.info.*
+dEQP-VK.memory.*
+dEQP-VK.memory_model.*
+dEQP-VK.multiview.*
+dEQP-VK.pipeline.*
+dEQP-VK.protected_memory.*
+dEQP-VK.query_pool.*
+dEQP-VK.robustness.*
+dEQP-VK.sparse_resources.*
+dEQP-VK.spirv_assembly.*
+dEQP-VK.subgroups.*
+dEQP-VK.synchronization.*
+dEQP-VK.texture.*
+dEQP-VK.transform_feedback.*
+dEQP-VK.ubo.*
+dEQP-VK.wsi.*
+dEQP-VK.ycbcr.*