ci/freedreno: Add jobs to manually do a full VK on freedreno.
authorEmma Anholt <emma@anholt.net>
Fri, 30 Jul 2021 22:21:20 +0000 (15:21 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 6 Aug 2021 20:03:02 +0000 (20:03 +0000)
Building toward scheduled nightly runs, add a button to do a full VK run
when you think you're changing test expectations.

Be gentle with the play button on this, 4 people doing this at once
would block marge for everyone else for a while.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12150>

src/freedreno/ci/gitlab-ci.yml

index f9903bd..035173f 100644 (file)
@@ -229,6 +229,13 @@ a630_vk:
     # dEQP-VK.binding_model.*.geometry and dEQP-VK.glsl.*_vertex.
     TU_DEBUG: forcebin
 
+a630_vk_full:
+  extends:
+    - a630_vk
+    - .test-manual-mr
+  variables:
+    DEQP_FRACTION: 1
+
 # Disabled by default until we can sort out what looks like timeouts before
 # getting to the first test (or is it at cleanup after tests completed?).
 # Clicking play can show you some useful areas for fixing turnip, though.