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

Author: David Heidelberg <[email protected]>
Date:   Tue Aug 30 21:01:25 2022 +0200

ci/lavapipe: convert traces to new YAML format

Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18329>

---

 src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml 
b/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml
index c1c01475bc2..3421845a585 100644
--- a/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml
+++ b/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml
@@ -1,8 +1,10 @@
+%YAML 1.2
+---
 traces-db:
   download-url: "https://minio-packet.freedesktop.org/mesa-tracie-public/";
 
 traces:
-  - path: unigine/sanctuary-d3d9.trace-dxgi
-    expectations:
-      - device: lvp
-        checksum: e9a05a395243c7604927daeb001f821d
+  unigine/sanctuary-d3d9.trace-dxgi:
+    lvp:
+      label: [slow]
+      checksum: e9a05a395243c7604927daeb001f821d

Reply via email to