mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
pan/ci: Disable THP on panfrost-g52-piglit
This is causing an OOM, and weston gets killed, which causes all the remaining jobs to fail after that point. Until this is sorted out, disable THP for this specific job. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38912>
This commit is contained in:
parent
708d331a04
commit
840c80d80e
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ panfrost-g52-piglit:arm64:
|
|||
variables:
|
||||
HWCI_START_WESTON: 1
|
||||
DEQP_SUITE: panfrost-g52-piglit
|
||||
# Transparent huge pages cause an OOM, and the oom-killer decides to kill weston
|
||||
# Disable THP until this is sorted out
|
||||
LAVA_CMDLINE: "panfrost.transparent_hugepage=false"
|
||||
|
||||
panfrost-g72-gl:arm64:
|
||||
parallel: 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue