Merge "Move devstack testr log copying to macros"
This commit is contained in:
commit
fd2d8572e8
@ -95,17 +95,6 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
- scp:
|
|
||||||
site: 'static.openstack.org'
|
|
||||||
files:
|
|
||||||
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
|
||||||
source: '**/testr_results.html.gz'
|
|
||||||
keep-hierarchy: false
|
|
||||||
copy-after-failure: true
|
|
||||||
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
|
||||||
source: '**/subunit_log.txt.gz'
|
|
||||||
keep-hierarchy: false
|
|
||||||
copy-after-failure: true
|
|
||||||
- devstack-complete
|
- devstack-complete
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
@ -269,6 +269,14 @@
|
|||||||
source: 'logs/**'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
|
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||||
|
source: '**/testr_results.html.gz'
|
||||||
|
keep-hierarchy: false
|
||||||
|
copy-after-failure: true
|
||||||
|
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||||
|
source: '**/subunit_log.txt.gz'
|
||||||
|
keep-hierarchy: false
|
||||||
|
copy-after-failure: true
|
||||||
|
|
||||||
- publisher:
|
- publisher:
|
||||||
name: devstack-logs-periodic
|
name: devstack-logs-periodic
|
||||||
@ -280,6 +288,14 @@
|
|||||||
source: 'logs/**'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
|
source: '**/testr_results.html.gz'
|
||||||
|
keep-hierarchy: false
|
||||||
|
copy-after-failure: true
|
||||||
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
|
source: '**/subunit_log.txt.gz'
|
||||||
|
keep-hierarchy: false
|
||||||
|
copy-after-failure: true
|
||||||
|
|
||||||
- publisher:
|
- publisher:
|
||||||
name: devstack-complete
|
name: devstack-complete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user