From 663cbfd25555150b07c5cb5cbfc580109dc55d7d Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Sat, 9 May 2020 07:18:50 -0500 Subject: [PATCH] Increase tag-releases job timeout The ussuri final release patch was timing out on our validate job while processing all repos being tagged. To avoid a similar thing happening when it comes time to tag all repos, this increases the job timeout for tag-releases to make sure we have plenty of time. Change-Id: I791abcccd7990fe7641d32f71a282d5e5b24b441 Signed-off-by: Sean McGinnis --- zuul.d/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 3c99a0755e..e3ddf0ed7e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1012,7 +1012,7 @@ run: playbooks/release/tag.yaml post-run: playbooks/release/post.yaml final: true - timeout: 3600 + timeout: 7200 secrets: - name: lp_creds secret: lp_creds