From 32f600977f2e249ec82547a7168d9332cb22b7f4 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 27 Jun 2022 15:35:25 +0100 Subject: [PATCH] Set zuul post-timeout to 3 hours This is completely excessive but part of debugging why there is occasional POST_TIMEOUT jobs failures when uploading logs to swift storage. Change-Id: I070284b8c35cdaa098a28c052995ebf5c3f4250c (cherry picked from commit 4faf9006cc8181ceaf4e76cc665c22a269b292be) --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 3821a5cfde..6df40df1b7 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -26,6 +26,7 @@ post-run: - zuul.d/playbooks/post.yml timeout: 10800 + post-timeout: 10800 irrelevant-files: - ^\.git.* - ^.*\.(example|md|rst)$