Mesa (main): ci/freedreno: Add jobs to manually do a full VK on freedreno.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 6 20:23:54 UTC 2021


Module: Mesa
Branch: main
Commit: e5311eae0c6feb8780801b0bd471ac4b04088f82
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5311eae0c6feb8780801b0bd471ac4b04088f82

Author: Emma Anholt <emma at anholt.net>
Date:   Fri Jul 30 15:21:20 2021 -0700

ci/freedreno: Add jobs to manually do a full VK on freedreno.

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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index f9903bd55e1..035173f2f10 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -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.



More information about the mesa-commit mailing list