Make a dev non-voting coverage job for zuul.
To test out non-voting coverage jobs. A new job is needed because the current one is triggered by zuul-post, the new one should be triggered by zuul. Change-Id: I29e7c44a257b4d4a11b56bc0bf71ce0dab4a1cd0 Reviewed-on: https://review.openstack.org/12019 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
@@ -32,3 +32,40 @@
|
||||
source: 'doc/build/html/**/*'
|
||||
keep-hierarchy: true
|
||||
- console-log-post
|
||||
|
||||
- job-template:
|
||||
name: 'dev-zuul-coverage'
|
||||
concurrent: true
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 30
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
logrotate:
|
||||
daysToKeep: 28
|
||||
numToKeep: -1
|
||||
artifactDaysToKeep: -1
|
||||
artifactNumToKeep: -1
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- coverage
|
||||
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||
source: 'cover/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||
copy-console: true
|
||||
copy-after-failure: true
|
||||
|
||||
node: '{node}'
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
parameter-function: python27_params
|
||||
- name: gate-nova-pylint
|
||||
voting: false
|
||||
- name: ^.*-coverage$
|
||||
- name: dev-zuul-coverage
|
||||
voting: false
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ projects:
|
||||
- gate-zuul-pyflakes
|
||||
- gate-zuul-python26
|
||||
- gate-zuul-python27
|
||||
- zuul-coverage
|
||||
- dev-zuul-coverage
|
||||
gate:
|
||||
- gate-zuul-merge:
|
||||
- gate-zuul-docs
|
||||
@@ -80,6 +80,7 @@ projects:
|
||||
- gate-zuul-python27
|
||||
post:
|
||||
- zuul-docs
|
||||
- zuul-coverage
|
||||
publish:
|
||||
- zuul-docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user