Fix os-ansible-deployment publishers one last time

Ant's SCP job uses DirSet which only allows for paths relative to the
directory from which Ant is working. It also does not search for
anything outside the current directory. After
Iee055beb853cbb76a073c8060d6920d317f5bd64 os-ansible-deployment will
simply be able to use the devstack-logs publisher.

This change needs to go in first so the os-ansible-deployment gate will
unblock.

Change-Id: If94e6b97c159000c83fadc6e4dd72d56ee90d3b9
This commit is contained in:
Ian Cordasco 2015-03-02 19:49:01 -06:00
parent 193f151c3b
commit 4bd139d1f4
2 changed files with 1 additions and 12 deletions

View File

@ -687,14 +687,3 @@
publishers:
- zuul-swift-upload-logs:
upload_source: 'logs'
- publisher:
name: os-ansible-logs
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH'
source: '/openstack/log/**'
keep-hierarchy: true
copy-after-failure: true

View File

@ -28,5 +28,5 @@
- ansible-check-commit
publishers:
- os-ansible-logs
- console-log
- devstack-logs