Mesa (master): ci: Disable pixmark-piano trace on a630 due to GPU hangs.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 2 19:28:42 UTC 2020


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 26 10:14:41 2020 -0700

ci: Disable pixmark-piano trace on a630 due to GPU hangs.

I haven't reproduced it with just this trace in a loop locally, but it's
blocked some CI jobs with hangs where a few tiles didn't get
rendered.  For example:

https://gitlab.freedesktop.org/mesa/mesa/-/jobs/3314062

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5667>

---

 .gitlab-ci/traces-baremetal.yml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci/traces-baremetal.yml b/.gitlab-ci/traces-baremetal.yml
index 59f067828ea..09df7af9365 100644
--- a/.gitlab-ci/traces-baremetal.yml
+++ b/.gitlab-ci/traces-baremetal.yml
@@ -27,12 +27,13 @@ traces:
 #    expectations:
 #      - device: freedreno-a630
 #        checksum: 0
-  - path: gputest/pixmark-piano.trace
-    expectations:
-      # One of the material textures appears brighter on freedreno than
-      # i965 in a way that is probably wrong.
-      - device: freedreno-a630
-        checksum: 1aad6e1ffe23cae71acdb70695a6184b
+# Intermittent GPU hangs on a630 result in test failures for this.
+#  - path: gputest/pixmark-piano.trace
+#    expectations:
+#      # One of the material textures appears brighter on freedreno than
+#      # i965 in a way that is probably wrong.
+#      - device: freedreno-a630
+#        checksum: 1aad6e1ffe23cae71acdb70695a6184b
   - path: gputest/pixmark-volplosion.trace
     expectations:
       # Looks fine, but totally different shape from the rendering on i965.



More information about the mesa-commit mailing list