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:
committed by
Marge Bot
parent
708d331a04
commit
840c80d80e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user