increase timeout for image publish job
This commit increases timeout from 1800 to 7200 for image publish job since image publishing is getting timed out. Change-Id: I7bcc0568b60be0d2ca6c3dbf2c7bf49092721581 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
parent
1f251827ea
commit
c589852327
@ -41,8 +41,8 @@
|
||||
- job:
|
||||
name: airship-images-publish
|
||||
nodeset: airship-images-single-node
|
||||
timeout: 1800
|
||||
post-timeout: 1800
|
||||
timeout: 7200
|
||||
post-timeout: 7200
|
||||
pre-run: playbooks/airship-images-deploy-docker.yaml
|
||||
run: playbooks/airship-images-publish.yaml
|
||||
secrets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user