summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>2023-04-20 15:21:02 +0300
committerMarge Bot <emma+marge@anholt.net>2023-04-21 09:45:18 +0000
commit7af6616030d089010789758a004f712efb59e2fc (patch)
treeb91167e68c6d4ebb05e3c1a3b44662a5c1bf0d7b /.gitlab-ci
parenta65fe883f444dde8150a7f5d58f30c146b643352 (diff)
downloadmesa-7af6616030d089010789758a004f712efb59e2fc.tar.gz
radv/ci: only reboot on hangs for vkcts-navi10-valve
vkcts-navi10-valve has the nasty habit on hanging the GPU, so we introduced an auto-retry... but for every radv job. Let's stop doing that, and instead limit the auto-retry to vkcts-navi10-valve only. Additionally, let's increase the number of attempts to 3 (2 retries), as sometimes, it may still fail and we don't want to flag it as a fail in nightly runs. Let's hope we'll get to the bottom of this hang sooner rather than later, so that we can remove this hack! Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22596>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test/gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml
index 21cbdf47b8f..9c4cb17fef8 100644
--- a/.gitlab-ci/test/gitlab-ci.yml
+++ b/.gitlab-ci/test/gitlab-ci.yml
@@ -248,9 +248,9 @@ clang-format:
B2C_LOG_LEVEL: 6
B2C_POWEROFF_DELAY: 15
B2C_SESSION_END_REGEX: '^.*It''s now safe to turn off your computer\r$'
- B2C_SESSION_REBOOT_REGEX: '(GPU hang detected!|\*ERROR\* ring [^\s]+ timeout(?!, but soft recovered)|The CS has been cancelled because the context is lost)'
+ B2C_SESSION_REBOOT_REGEX: ''
B2C_TIMEOUT_BOOT_MINUTES: 45
- B2C_TIMEOUT_BOOT_RETRIES: 1
+ B2C_TIMEOUT_BOOT_RETRIES: 0
B2C_TIMEOUT_FIRST_MINUTES: 5
B2C_TIMEOUT_FIRST_RETRIES: 3
B2C_TIMEOUT_MINUTES: 4