Recursively copy devstack logs.
Change-Id: I1684068bf328a7d27c423da5b3e0b5b70762d561 Reviewed-on: https://review.openstack.org/14651 Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
fd50e836c3
commit
cdbd0f6510
@ -36,7 +36,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
@ -85,7 +85,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
@ -134,7 +134,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
@ -177,7 +177,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log-periodic
|
- console-log-periodic
|
||||||
@ -221,7 +221,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log-periodic
|
- console-log-periodic
|
||||||
@ -265,7 +265,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log-periodic
|
- console-log-periodic
|
||||||
@ -309,7 +309,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log-periodic
|
- console-log-periodic
|
||||||
@ -353,7 +353,7 @@
|
|||||||
site: 'static.openstack.org'
|
site: 'static.openstack.org'
|
||||||
files:
|
files:
|
||||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
source: 'logs/*'
|
source: 'logs/**'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log-periodic
|
- console-log-periodic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user