From 539f2419ae55c2583cccb838e20e28857edbe6f1 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Jun 2023 10:04:03 +0100 Subject: [PATCH] ci/b2c: also detect non-soft GPU hangs with AMDGPU Signed-off-by: Eric Engestrom Reviewed-by: Samuel Pitoiset Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 200052b206f..6a908d9ede3 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -249,7 +249,7 @@ clang-format: B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/519/download' # Linux 6.1 B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.10/downloads/initramfs.linux_amd64.cpio.xz' B2C_JOB_SUCCESS_REGEX: '\[.*\]: Execution is over, pipeline status: 0\r$' - B2C_JOB_WARN_REGEX: '\*ERROR\* ring .* timeout, but soft recovered' + B2C_JOB_WARN_REGEX: '\*ERROR\* ring .* timeout' B2C_LOG_LEVEL: 6 B2C_POWEROFF_DELAY: 15 B2C_SESSION_END_REGEX: '^.*It''s now safe to turn off your computer\r$'