Module: Mesa Branch: main Commit: 8e84a23697dc443ac58e81dccd22c01e9df87c2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e84a23697dc443ac58e81dccd22c01e9df87c2c
Author: Emma Anholt <[email protected]> Date: Wed Apr 5 16:29:08 2023 -0700 ci/zink: Disable a630 portal-2-v2 due to kernel OOMs. It's been popular for flakes due to oomkilling or kernel kmalloc failure recently. Is it ultimately the source of running out of memory? Who knows, but hopefully it's at least a big part of the problem. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22083> --- src/freedreno/ci/traces-freedreno.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedreno/ci/traces-freedreno.yml b/src/freedreno/ci/traces-freedreno.yml index 49f12c01359..4ecec279ea6 100644 --- a/src/freedreno/ci/traces-freedreno.yml +++ b/src/freedreno/ci/traces-freedreno.yml @@ -58,7 +58,9 @@ traces: MESA: error: zink: couldn't allocate memory: heap=<heap> size=<size> Resulting in a segfault zink-a630: + label: [skip, flakes] checksum: b589b5d9ddd3026cbde08f0abe840ea7 + text: seems to trigger oomkilling recently valve/counterstrike-source-v2.trace: freedreno-a306:
