Mesa (master): ci/panfrost: Disable the flaky gimark trace.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 30 21:47:35 UTC 2020


Module: Mesa
Branch: master
Commit: 28d37e0fe17bf111cd734ad70e10fd81059f2b45
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28d37e0fe17bf111cd734ad70e10fd81059f2b45

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Dec 29 11:44:26 2020 -0800

ci/panfrost: Disable the flaky gimark trace.

Fixes: dcb8f625543e ("ci: add piglit jobs to LAVA and remove tracie ones")
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8263>

---

 .gitlab-ci/piglit/panfrost-t860-replay.txt |  4 ++--
 .gitlab-ci/traces-panfrost.yml             | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci/piglit/panfrost-t860-replay.txt b/.gitlab-ci/piglit/panfrost-t860-replay.txt
index 3324b2d8072..cc0796c7110 100644
--- a/.gitlab-ci/piglit/panfrost-t860-replay.txt
+++ b/.gitlab-ci/piglit/panfrost-t860-replay.txt
@@ -1,7 +1,7 @@
 summary:
        name:  results
        ----  --------
-       pass:       49
+       pass:       48
        fail:        0
       crash:        0
        skip:        0
@@ -13,4 +13,4 @@ summary:
     changes:        0
       fixes:        0
 regressions:        0
-      total:       49
+      total:       48
diff --git a/.gitlab-ci/traces-panfrost.yml b/.gitlab-ci/traces-panfrost.yml
index 156602d0d8f..debfab8b481 100644
--- a/.gitlab-ci/traces-panfrost.yml
+++ b/.gitlab-ci/traces-panfrost.yml
@@ -182,11 +182,12 @@ traces:
     expectations:
       - device: gl-panfrost-t860
         checksum: 1c8ff59b40cefd4e66f18f6d0cc23536
-  - path: gputest/gimark.trace
-    expectations:
-      - device: gl-panfrost-t860
-        # Some blue rings are missing on the top-left corner, also the penguin watermark
-        checksum: 0020a77e25003e4e8db1ce929eed8914
+  # Flaky since the introduction of parallel trace replay
+  #- path: gputest/gimark.trace
+  #  expectations:
+  #   - device: gl-panfrost-t860
+  #      # Some blue rings are missing on the top-left corner, also the penguin watermark
+  #      checksum: 0020a77e25003e4e8db1ce929eed8914
   - path: gputest/pixmark-julia-fp32.trace
     expectations:
       - device: gl-panfrost-t860



More information about the mesa-commit mailing list