From f164c97e6a6c0c5d63bceb4ab93d5d35633a8ade Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Wed, 21 Oct 2020 09:29:46 -0500 Subject: [PATCH] Increase doc validation job timeout This increases the timeout of the document validation job from 30min (default) to 60min. This is required because of the recent addition of provider-specific site definitions; since a kind cluster is set up / torn down for each site definition, it can take longer than a half hour when running on slower open infra VMs. Change-Id: I23e7201365058d96ccdc07e310c3c921daf952a7 --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index ce50a4a04..e2b7656b1 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -58,6 +58,7 @@ - job: name: airship-airshipctl-validate-site-docs + timeout: 3600 pre-run: - playbooks/airship-airshipctl-deploy-docker.yaml run: playbooks/airshipctl-gate-runner.yaml