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:
Mark Goddard 2018-11-21 19:02:12 +00:00
parent 016d23aa83
commit 0e329810a6
1 changed files with 2 additions and 2 deletions

View File

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