From 840c80d80e075752c9494c69af3f80ff04366c70 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Thu, 11 Dec 2025 17:31:37 +0100 Subject: [PATCH] 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 Part-of: --- src/panfrost/ci/gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index 46160135818..9d8c572a586 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -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