Set timeouts for all jobs.
Mostly set to 20 minutes to start. A few with different values. Change-Id: If388f2281dd49caed391748bdb9ec8090cc29380
This commit is contained in:
parent
f5fd2026f8
commit
24d852e72f
@ -17,6 +17,8 @@ main:
|
||||
project: 'ceilometer'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -40,6 +42,8 @@ main:
|
||||
project: 'ceilometer'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'devstack-gate'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -179,6 +181,8 @@ main:
|
||||
name: 'devstack-update-inprogress'
|
||||
review_site: 'review.openstack.org'
|
||||
github_org: 'openstack-ci'
|
||||
timeout: 10
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -216,6 +220,8 @@ main:
|
||||
name: 'devstack-update-complete'
|
||||
review_site: 'review.openstack.org'
|
||||
github_org: 'openstack-ci'
|
||||
timeout: 10
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
github_org: 'openstack-dev'
|
||||
project: 'devstack'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
project: 'gerrit-verification-status-plugin'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
@ -7,6 +7,8 @@ main:
|
||||
project: 'gerrit'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -29,6 +31,8 @@ main:
|
||||
project: 'gerrit'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 40
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -67,6 +71,8 @@ main:
|
||||
project: 'gerrit'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 40
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -99,6 +105,8 @@ main:
|
||||
project: 'gerrit'
|
||||
authenticatedBulid: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 40
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul_post
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerritbot'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -34,6 +36,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerritbot'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -65,6 +69,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerritbot'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerritlib'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -34,6 +36,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerritlib'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -65,6 +69,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerritlib'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -92,6 +98,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'gerritlib'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul_post
|
||||
|
@ -30,6 +30,8 @@ main:
|
||||
github_org: 'openstack'
|
||||
project: 'horizon'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
|
@ -5,6 +5,8 @@ main:
|
||||
review_site: 'review.openstack.org'
|
||||
project: 'MRaaS'
|
||||
authenticatedBuild: 'false'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- gerrit:
|
||||
@ -37,6 +39,8 @@ main:
|
||||
review_site: 'review.openstack.org'
|
||||
project: 'MRaaS'
|
||||
authenticatedBuild: 'false'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- gerrit:
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
github_org: 'openstack'
|
||||
project: 'openstack-ci-puppet'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -27,6 +29,8 @@ main:
|
||||
github_org: 'openstack'
|
||||
project: 'openstack-ci-puppet'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'pypi-mirror'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -28,6 +30,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'pypi-mirror'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
@ -6,6 +6,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'tempest'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -31,6 +33,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'tempest'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
@ -16,6 +16,8 @@ main:
|
||||
github_org: 'openstack-ci'
|
||||
project: 'zuul'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -39,6 +41,8 @@ main:
|
||||
project: 'zuul'
|
||||
authenticatedBuild: 'false'
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul_post
|
||||
|
@ -8,6 +8,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul_post
|
||||
@ -46,6 +48,8 @@ main:
|
||||
authenticatedBulid: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
|
@ -8,6 +8,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul_post
|
||||
@ -46,6 +48,8 @@ main:
|
||||
authenticatedBulid: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -87,6 +91,8 @@ main:
|
||||
authenticatedBulid: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
triggers:
|
||||
- zuul_post
|
||||
|
@ -8,6 +8,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -44,6 +46,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -79,6 +83,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
|
@ -8,6 +8,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -41,6 +43,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -74,6 +78,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -109,6 +115,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -149,6 +157,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
@ -178,6 +188,8 @@ main:
|
||||
authenticatedBuild: 'false'
|
||||
disabled: @DISABLED@
|
||||
concurrent: 'true'
|
||||
timeout: 20
|
||||
timeout_fail: true
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
|
Loading…
x
Reference in New Issue
Block a user