Bump zuul job timeouts
We are seeing a few overcloud deploy/upgrade jobs timing out. The jobs appear to be progressing, so killing them isn't particularly helping. Minimal random sampling suggests this affects the OVH cloud. Change-Id: Ibce5457edf7a5f06e834aa587b5d4b5b6c69b8b6
This commit is contained in:
parent
016d23aa83
commit
0e329810a6
@ -53,7 +53,7 @@
|
||||
run: playbooks/kayobe-overcloud-base/run.yml
|
||||
post-run: playbooks/kayobe-overcloud-base/post.yml
|
||||
attempts: 1
|
||||
timeout: 5400
|
||||
timeout: 7200
|
||||
required-projects:
|
||||
# Include kayobe to ensure other projects can use this job.
|
||||
- name: openstack/kayobe
|
||||
@ -89,7 +89,7 @@
|
||||
run: playbooks/kayobe-overcloud-upgrade-base/run.yml
|
||||
post-run: playbooks/kayobe-overcloud-upgrade-base/post.yml
|
||||
attempts: 1
|
||||
timeout: 7200
|
||||
timeout: 9000
|
||||
required-projects:
|
||||
# Include kayobe to ensure other projects can use this job.
|
||||
- name: openstack/kayobe
|
||||
|
Loading…
Reference in New Issue
Block a user