gitlab-ci: add a job that runs Vulkan CTS with RADV conditionally
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 13 Nov 2019 10:03:52 +0000 (11:03 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 6 Dec 2019 09:58:03 +0000 (10:58 +0100)
commitc1a362722f47c35da68754181797cd8f2487b1ea
tree218782f9169ae988ec338fe424e9c18dc5ab5e58
parent40c6a56751c736488fcd2e157669118f141a7270
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 <samuel.pitoiset@gmail.com>
Acked-by: Michel Dänzer <mdaenzer@redhat.com>
.gitlab-ci.yml
.gitlab-ci/deqp-radv-polaris10-skips.txt [new file with mode: 0644]