From 13161f4adb2686da6ab919f73a8972de4ac55d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Fri, 8 Sep 2023 07:44:45 +0300 Subject: [PATCH] zink/ci: automatically reboot when hitting a kernel BUG on vangogh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By rebooting immediately after hitting "BUG", we'll re-try immediately running the job without first needing to hit the 30 minutes timeout. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/gallium/drivers/zink/ci/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 97fde767202..1e088076119 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -255,6 +255,8 @@ zink-radv-vangogh-valve: - .zink-radv-rules variables: GPU_VERSION: zink-radv-vangogh + B2C_SESSION_REBOOT_REGEX: 'BUG: kernel NULL pointer dereference, address' + B2C_TIMEOUT_BOOT_RETRIES: 1 # Override the list of tags to drop `priority:low` tags: - amdgpu:codename:VANGOGH