Copy testr log artifacts independent of OS logs.

* modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml:
Copy testr log artifacts independent of the OpenStack logs. Do this to
put the testr artifacts in the root of the jobs log dir. This is
consistent with the other testr log artifacts.

Change-Id: I4b83c78d83efdd9da8f99c72e85097370dffddc3
This commit is contained in:
Clark Boylan 2013-07-18 14:00:03 -07:00
parent b0dee2a61e
commit da0cdf1d6c

View File

@ -95,6 +95,17 @@
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: