Add coverage-log(-post) macros to reduce duplication
Change-Id: I9d54b93ade444880bb79ed799b6b6ea95833be44 Reviewed-on: https://review.openstack.org/19578 Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
15bb7e5e2c
commit
6bc12f6231
@ -10,13 +10,7 @@
|
||||
- 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
|
||||
- coverage-log
|
||||
- console-log
|
||||
- job:
|
||||
name: 'dev-python-heatclient-coverage'
|
||||
@ -30,11 +24,5 @@
|
||||
- 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
|
||||
- coverage-log
|
||||
- console-log
|
||||
|
@ -218,7 +218,6 @@
|
||||
copy-console: true
|
||||
copy-after-failure: true
|
||||
|
||||
|
||||
- publisher:
|
||||
name: devstack-logs
|
||||
publishers:
|
||||
@ -241,7 +240,6 @@
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
|
||||
|
||||
- publisher:
|
||||
name: devstack-complete
|
||||
publishers:
|
||||
@ -253,3 +251,25 @@
|
||||
UPSTREAM_BUILD_URL=${BUILD_URL}
|
||||
UPSTREAM_JOB_NAME=${JOB_NAME}
|
||||
UPSTREAM_BRANCH=${ZUUL_BRANCH}
|
||||
|
||||
- publisher:
|
||||
name: coverage-log
|
||||
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
|
||||
|
||||
- publisher:
|
||||
name: coverage-log-post
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$ZUUL_SHORT_NEWREV/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||
source: 'cover/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
|
@ -9,13 +9,7 @@
|
||||
- coverage
|
||||
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$ZUUL_SHORT_NEWREV/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||
source: 'cover/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
- coverage-log-post
|
||||
- console-log-post
|
||||
|
||||
node: '{node}'
|
||||
|
@ -31,11 +31,5 @@
|
||||
- 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
|
||||
- coverage-log
|
||||
- console-log
|
||||
|
Loading…
x
Reference in New Issue
Block a user