Mesa (main): ci/iris: disable Blender Diorama trace (incompatible with perf. traces)

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 16 19:29:31 UTC 2022


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

Author: David Heidelberg <david.heidelberg at collabora.com>
Date:   Thu Jun 16 16:43:15 2022 +0200

ci/iris: disable Blender Diorama trace (incompatible with perf. traces)

Sadly, Blender Diorama trace causes crash for our performance tracing as we
use it right now.

Let's disable it for now, until we figure out what's wrong.

Reported in: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6676

Signed-off-by: David Heidelberg <david.heidelberg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17083>

---

 src/intel/ci/traces-iris.yml | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/src/intel/ci/traces-iris.yml b/src/intel/ci/traces-iris.yml
index f1b5d359425..d061908253e 100644
--- a/src/intel/ci/traces-iris.yml
+++ b/src/intel/ci/traces-iris.yml
@@ -986,21 +986,22 @@ traces:
         checksum: 3d419f45bc5ce210a7df583e92143089
       - device: gl-intel-cml
         checksum: 3d419f45bc5ce210a7df583e92143089
-  - path: blender/blender-demo-cube_diorama.trace
-    expectations:
-      # intermittent timeouts
-      # - device: gl-intel-apl
-      #   checksum: 6a0e17d98eca33e80810b6158e998aa1
-      - device: gl-intel-glx
-        checksum: 6a0e17d98eca33e80810b6158e998aa1
-      - device: gl-intel-amly
-        checksum: 6a0e17d98eca33e80810b6158e998aa1
-      - device: gl-intel-kbl
-        checksum: 6a0e17d98eca33e80810b6158e998aa1
-      - device: gl-intel-whl
-        checksum: 6a0e17d98eca33e80810b6158e998aa1
-      - device: gl-intel-cml
-        checksum: 6a0e17d98eca33e80810b6158e998aa1
+  # currently crashes the driver in performance mode testing
+  #- path: blender/blender-demo-cube_diorama.trace
+  #  expectations:
+      # also causes intermittent timeouts on APL
+      #- device: gl-intel-apl
+      #  checksum: 6a0e17d98eca33e80810b6158e998aa1
+      #- device: gl-intel-glx
+      #  checksum: 6a0e17d98eca33e80810b6158e998aa1
+      #- device: gl-intel-amly
+      #  checksum: 6a0e17d98eca33e80810b6158e998aa1
+      #- device: gl-intel-kbl
+      #  checksum: 6a0e17d98eca33e80810b6158e998aa1
+      #- device: gl-intel-whl
+      #  checksum: 6a0e17d98eca33e80810b6158e998aa1
+      #- device: gl-intel-cml
+      #  checksum: 6a0e17d98eca33e80810b6158e998aa1
   - path: blender/blender-demo-ellie_pose.trace
     expectations:
       - device: gl-intel-apl



More information about the mesa-commit mailing list