ci/zink: Add zink-tu-a618-traces-performance job
authorGuilherme Gallo <guilherme.gallo@collabora.com>
Mon, 20 Mar 2023 16:39:49 +0000 (13:39 -0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 24 Mar 2023 21:58:22 +0000 (21:58 +0000)
It will be needed to compare the performance of zink+turnip against
turnip only jobs.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22065>

src/freedreno/ci/traces-freedreno.yml
src/gallium/drivers/zink/ci/gitlab-ci.yml

index 021ec0c..b426d47 100644 (file)
@@ -220,6 +220,7 @@ traces:
     freedreno-a630:
       checksum: d25edb433abfcde517b626b3071906ff
     zink-a618:
+      label: [no-perf]
       checksum: d25edb433abfcde517b626b3071906ff
     zink-a630:
       checksum: d25edb433abfcde517b626b3071906ff
@@ -573,6 +574,7 @@ traces:
     freedreno-a630:
       checksum: 5ce2fde8189c8ef6665994fa9bed4cfc
     zink-a618:
+      label: [no-perf]
       checksum: 5ce2fde8189c8ef6665994fa9bed4cfc
     zink-a630:
       checksum: 5ce2fde8189c8ef6665994fa9bed4cfc
@@ -587,6 +589,7 @@ traces:
     freedreno-a630:
       checksum: dd05d3e98eb93c0e520c1359de18e9fb
     zink-a618:
+      label: [no-perf]
       checksum: dd05d3e98eb93c0e520c1359de18e9fb
     zink-a630:
       checksum: dd05d3e98eb93c0e520c1359de18e9fb
@@ -601,6 +604,7 @@ traces:
     freedreno-a630:
       checksum: 0e32ca8fc815a7250f38a07faeafb21b
     zink-a618:
+      label: [no-perf]
       checksum: 0e32ca8fc815a7250f38a07faeafb21b
     zink-a630:
       checksum: 0e32ca8fc815a7250f38a07faeafb21b
@@ -673,7 +677,7 @@ traces:
     freedreno-a630:
       label: [skip]
     zink-a618:
-      label: [no-perf, skip, broken]
+      label: [no-perf]
       checksum: fd1b9033e68c394a5564d8c4819a3012
       text: >
         Zink assertion error:
index 6b75de5..9c4a8e8 100644 (file)
@@ -125,6 +125,16 @@ zink-tu-a618-traces:
   variables:
     PIGLIT_REPLAY_DEVICE_NAME: "zink-a618"
 
+zink-tu-a618-traces-performance:
+  extends:
+    - zink-tu-a618-traces
+    - .zink-turnip-manual-rules
+    - .piglit-performance:arm64
+  variables:
+    # Always use the same device
+    # a618 tag starts with cbg-1 (not cbg-0) for some reason
+    LAVA_TAGS: "cbg-1"
+
 zink-freedreno-a630-traces:
   extends:
     - a630-traces