Discard old builds on more jobs.

And make some changes to current values.

Change-Id: Ie40540559bacc4d44075ba054aa20dac6bc8b98a
This commit is contained in:
James E. Blair 2012-06-21 11:45:02 -07:00
parent d82139fe28
commit a84b2bf54a
2 changed files with 56 additions and 8 deletions

View File

@ -7,6 +7,12 @@ main:
project: 'devstack-gate' project: 'devstack-gate'
concurrent: 'true' concurrent: 'true'
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- zuul - zuul
@ -164,7 +170,7 @@ main:
logrotate: logrotate:
daysToKeep: 28 daysToKeep: 28
numToKeep: -1 numToKeep: 100
artifactDaysToKeep: -1 artifactDaysToKeep: -1
artifactNumToKeep: -1 artifactNumToKeep: -1
@ -201,7 +207,7 @@ main:
logrotate: logrotate:
daysToKeep: 28 daysToKeep: 28
numToKeep: -1 numToKeep: 100
artifactDaysToKeep: -1 artifactDaysToKeep: -1
artifactNumToKeep: -1 artifactNumToKeep: -1

View File

@ -8,6 +8,12 @@ main:
authenticatedBuild: 'false' authenticatedBuild: 'false'
disabled: @DISABLED@ disabled: @DISABLED@
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- pollscm: '*/15 * * * *' - pollscm: '*/15 * * * *'
@ -23,12 +29,6 @@ scm:
assignednode: assignednode:
node: '@NODE@' node: '@NODE@'
logrotate:
daysToKeep: 3
numToKeep: 20
artifactDaysToKeep: -1
artifactNumToKeep: -1
--- ---
# pep8-gate # pep8-gate
main: main:
@ -40,6 +40,12 @@ main:
disabled: @DISABLED@ disabled: @DISABLED@
concurrent: 'true' concurrent: 'true'
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- zuul - zuul
@ -67,6 +73,12 @@ main:
disabled: @DISABLED@ disabled: @DISABLED@
concurrent: 'true' concurrent: 'true'
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- zuul - zuul
@ -96,6 +108,12 @@ main:
disabled: @DISABLED@ disabled: @DISABLED@
concurrent: 'true' concurrent: 'true'
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- zuul - zuul
@ -123,6 +141,12 @@ main:
authenticatedBuild: 'false' authenticatedBuild: 'false'
disabled: @DISABLED@ disabled: @DISABLED@
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- pollscm: '*/15 * * * *' - pollscm: '*/15 * * * *'
@ -154,6 +178,12 @@ main:
disabled: @DISABLED@ disabled: @DISABLED@
concurrent: 'true' concurrent: 'true'
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- zuul - zuul
@ -176,6 +206,12 @@ main:
authenticatedBuild: 'false' authenticatedBuild: 'false'
disabled: true disabled: true
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
builders: builders:
- ppa - ppa
@ -199,6 +235,12 @@ main:
disabled: @DISABLED@ disabled: @DISABLED@
concurrent: 'true' concurrent: 'true'
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers: triggers:
- zuul_post - zuul_post