From 72330e607f5398e83af0ad062577d6cacde60f22 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 23 May 2024 10:15:38 +0200 Subject: [PATCH] nvk/ci: mark the job as failing in case of hangs, instead of silently rebooting Part-of: --- src/nouveau/ci/gitlab-ci-inc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nouveau/ci/gitlab-ci-inc.yml b/src/nouveau/ci/gitlab-ci-inc.yml index e99d5a54db8..0880aa0ea2c 100644 --- a/src/nouveau/ci/gitlab-ci-inc.yml +++ b/src/nouveau/ci/gitlab-ci-inc.yml @@ -46,7 +46,7 @@ FDO_CI_CONCURRENT: 16 RUNNER_FARM_LOCATION: mupuf B2C_JOB_SUCCESS_REGEX: '^\+ DEQP_EXITCODE=0\r$' - B2C_SESSION_REBOOT_REGEX: 'nouveau .+ job timeout|NMI backtrace for cpu \d+' + B2C_JOB_WARN_REGEX: 'nouveau .+ job timeout|NMI backtrace for cpu \d+' # Default kernel is missing the GA106 GSP # 1 - clone b2c # 2 - apply all patches in patches/linux/* to your kernel