From fa6b2172973567c995e2bb54dc2d129803f511fc Mon Sep 17 00:00:00 2001 From: Ruslan Aliev Date: Thu, 25 Mar 2021 19:46:34 -0500 Subject: [PATCH] Bump timeout for airshipctl-gate-script-runner job Currently, about 15% of the last jobs were failed [1] due to exceeding timeout error, however in most cases the job was running just fine, but it was interrupted due to global timeout. This patch increases timeout for this job by 20 minutes. [1] https://zuul.opendev.org/t/openstack/builds?job_name=airship-airshipctl-gate-script-runner Signed-off-by: Ruslan Aliev Change-Id: I5d8058aa5edd56052d51b67fbf23c0665ee1e6a9 --- 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 5c7e1e8f5..9c06ac081 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -104,7 +104,7 @@ - job: name: airship-airshipctl-gate-script-runner attempts: 1 - timeout: 7200 + timeout: 8400 pre-run: - playbooks/airship-airshipctl-deploy-docker.yaml - playbooks/airship-airshipctl-build-gate.yaml