Module: Mesa Branch: master Commit: 872cfe2beb6728b62bae1e91a81ac6f5f58fa621 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=872cfe2beb6728b62bae1e91a81ac6f5f58fa621
Author: Eric Anholt <[email protected]> Date: Wed Dec 23 12:03:40 2020 -0800 ci: Disable the now flaky Portals.trace on a630. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8206> --- .gitlab-ci/piglit/freedreno-a630-replay.txt | 4 ++-- .gitlab-ci/traces-freedreno.yml | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci/piglit/freedreno-a630-replay.txt b/.gitlab-ci/piglit/freedreno-a630-replay.txt index 3a08fab8c8b..e7c4331dc73 100644 --- a/.gitlab-ci/piglit/freedreno-a630-replay.txt +++ b/.gitlab-ci/piglit/freedreno-a630-replay.txt @@ -1,7 +1,7 @@ summary: name: results ---- -------- - pass: 53 + pass: 52 fail: 0 crash: 0 skip: 0 @@ -13,4 +13,4 @@ summary: changes: 0 fixes: 0 regressions: 0 - total: 53 + total: 52 diff --git a/.gitlab-ci/traces-freedreno.yml b/.gitlab-ci/traces-freedreno.yml index 3482e31ba73..5884d74309b 100644 --- a/.gitlab-ci/traces-freedreno.yml +++ b/.gitlab-ci/traces-freedreno.yml @@ -215,11 +215,13 @@ traces: expectations: - device: freedreno-a630 checksum: 40387a4e89ef71c472a94413b175ff59 - - path: humus/Portals.trace - expectations: - # Bad rendering -- some sort of gap in the upper right of the image. - - device: freedreno-a630 - checksum: 773787656bdb83df21ff42cf9d98d7d2 + # Started producing flaky results near that old gap in the upper right once + # the parallel trace runner landed. + #- path: humus/Portals.trace + # expectations: + # # Bad rendering -- some sort of gap in the upper right of the image. + # - device: freedreno-a630 + # checksum: 773787656bdb83df21ff42cf9d98d7d2 - path: humus/RaytracedShadows.trace expectations: - device: freedreno-a630 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
