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

Author: David Heidelberg <david.heidelb...@collabora.com>
Date:   Sun Oct 22 11:20:22 2023 +0200

ci/zink: reduce premerge testing on a618 to ~ 12 minutes

Currently is run around 20 minutes.

Except this, also use Weston (more likely use for zink+a618)
as an effort to stop testing X11 bugs instead of Mesa.

Rest will get covered by nightly job.

Signed-off-by: David Heidelberg <david.heidelb...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25843>

---

 src/gallium/drivers/zink/ci/gitlab-ci.yml | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml 
b/src/gallium/drivers/zink/ci/gitlab-ci.yml
index 7ce2d73847b..261c924d5d4 100644
--- a/src/gallium/drivers/zink/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml
@@ -69,17 +69,27 @@ zink-tu-a618:
     - .a618-test
     - .zink-turnip-rules
     - .zink-test
-  parallel: 3
+  parallel: 2
   variables:
     DEQP_SUITE: zink-freedreno-a618
-    HWCI_START_XORG: 1
+    DEQP_FRACTION: 3
+    HWCI_START_WESTON: 1
     GPU_VERSION: zink-freedreno-a618
-    JOB_TIMEOUT: 120
     VK_DRIVER: freedreno
     DEVICE_TYPE: sc7180-trogdor-lazor-limozeen
     DTB: sc7180-trogdor-lazor-limozeen-nots-r5
     RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-lazor-limozeen
 
+zink-tu-a618-full:
+  extends:
+    - zink-tu-a618
+    - .zink-turnip-manual-rules
+  parallel: null
+  timeout: 150m
+  variables:
+    DEQP_FRACTION: null
+    JOB_TIMEOUT: 140
+
 zink-tu-a618-traces:
   extends:
     - a618-traces

Reply via email to