Run gerrit-git-prep in docs/coverage jobs.

Change-Id: Ia22ba27889bc3ca52bbd7c632f692a4b07e97144
This commit is contained in:
Monty Taylor 2012-07-05 08:53:36 -05:00
parent 56dd3abe72
commit 9175b26338
2 changed files with 44 additions and 6 deletions

View File

@ -19,6 +19,7 @@ triggers:
- zuul_post - zuul_post
builders: builders:
- gerrit_git_prep
- coverage - coverage
post_build_actions: post_build_actions:
@ -153,6 +154,7 @@ logrotate:
artifactNumToKeep: -1 artifactNumToKeep: -1
builders: builders:
- gerrit_git_prep
- docs - docs
post_build_actions: post_build_actions:
@ -219,6 +221,7 @@ triggers:
- zuul - zuul
builders: builders:
- gerrit_git_prep
- docs - docs
scm: scm:

View File

@ -7,6 +7,7 @@ main:
project: '@NAME@' project: '@NAME@'
authenticatedBuild: 'false' authenticatedBuild: 'false'
disabled: @DISABLED@ disabled: @DISABLED@
concurrent: 'true'
logrotate: logrotate:
daysToKeep: 28 daysToKeep: 28
@ -15,16 +16,17 @@ logrotate:
artifactNumToKeep: -1 artifactNumToKeep: -1
triggers: triggers:
- pollscm: '*/15 * * * *' - zuul_post
builders: builders:
- gerrit_git_prep
- coverage - coverage
post_build_actions: post_build_actions:
- coverage - coverage
scm: scm:
scm: 'true' scm: 'false'
assignednode: assignednode:
node: '@NODE@' node: '@NODE@'
@ -140,6 +142,10 @@ main:
project: '@NAME@' project: '@NAME@'
authenticatedBuild: 'false' authenticatedBuild: 'false'
disabled: @DISABLED@ disabled: @DISABLED@
concurrent: 'true'
triggers:
- zuul_post
logrotate: logrotate:
daysToKeep: 28 daysToKeep: 28
@ -147,10 +153,8 @@ logrotate:
artifactDaysToKeep: -1 artifactDaysToKeep: -1
artifactNumToKeep: -1 artifactNumToKeep: -1
triggers:
- pollscm: '*/15 * * * *'
builders: builders:
- gerrit_git_prep
- docs - docs
post_build_actions: post_build_actions:
@ -162,7 +166,7 @@ post_build_actions:
excludes: '' excludes: ''
scm: scm:
scm: 'true' scm: 'false'
assignednode: assignednode:
node: '@NODE@' node: '@NODE@'
@ -293,3 +297,34 @@ scm:
assignednode: assignednode:
node: 'pypi' node: 'pypi'
---
# docs-gate
main:
name: 'gate-@NAME@-docs'
review_site: '@REVIEW_SITE@'
github_org: '@GITHUB_ORG@'
project: '@NAME@'
authenticatedBuild: 'false'
disabled: @DISABLED@
concurrent: 'true'
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers:
- zuul
builders:
- gerrit_git_prep
- docs
scm:
scm: 'false'
assignednode:
node: '@NODE@'