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 <andrew.walters@att.com>
Change-Id: I7b1bae7bb4445516ebef11cd7a92730e95512462
This commit is contained in:
Drew Walters 2021-03-18 14:31:22 +00:00
parent 46e6fea0f0
commit c471c6ca63
1 changed files with 1 additions and 2 deletions

View File

@ -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