From c471c6ca63cbc6a6cd429086193f6e1d3844d877 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Thu, 18 Mar 2021 14:31:22 +0000 Subject: [PATCH] Update deployment job timeout The Treasuremap deployment jobs sometimes timeout prior to the desired, script-defined timeout of the worker node deployment script. This change increases the timeout of the deployment jobs to account for the difference in time that the deployment script specifies. This will make the jobs more reliable; however, there is still another deployment error that occurs that will prevent us from making the jobs voting in the meantime. Signed-off-by: Drew Walters Change-Id: I7b1bae7bb4445516ebef11cd7a92730e95512462 --- zuul.d/jobs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 2bd66a88d..7ef924e16 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -52,7 +52,7 @@ - job: name: airship-treasuremap-deploy-test-site attempts: 1 - timeout: 8000 + timeout: 9500 required-projects: - airship/airshipctl roles: @@ -91,6 +91,5 @@ - job: name: airship-treasuremap-deploy-virtual-network-cloud parent: airship-treasuremap-deploy-test-site - timeout: 8000 vars: site_name: virtual-network-cloud