Module: Mesa Branch: main Commit: 9b02587c5b1c18e12832e876ca0aa7468218bbd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b02587c5b1c18e12832e876ca0aa7468218bbd6
Author: Emma Anholt <[email protected]> Date: Fri Apr 8 15:51:39 2022 -0700 ci/crocus: Disable pixmark-piano trace testing. It hangchecked for me on hsw recently, too. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15832> --- src/gallium/drivers/crocus/ci/traces-crocus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/crocus/ci/traces-crocus.yml b/src/gallium/drivers/crocus/ci/traces-crocus.yml index 82a535bb721..0e09d0ea9de 100644 --- a/src/gallium/drivers/crocus/ci/traces-crocus.yml +++ b/src/gallium/drivers/crocus/ci/traces-crocus.yml @@ -53,8 +53,9 @@ traces: # Looks like it probably triggers hangcheck on g41 # - device: crocus-g41 # checksum: 346bae885d95f419b750a601e028378b - - device: crocus-hsw - checksum: 898b89c720f9bddd714633f46553e7a7 + # Has also intermittently hangchecked on the hsw box. + # - device: crocus-hsw + # checksum: 898b89c720f9bddd714633f46553e7a7 - path: gputest/pixmark-volplosion.trace expectations: # Different geometry in the explosion from freedreno, neither is obviously wrong.
