Merge "Re-add the mapping for logs/$LOG_PATH" into feature/zuulv3

This commit is contained in:
Zuul 2017-09-22 18:46:50 +00:00 committed by Gerrit Code Review
commit 0d3873bce8
1 changed files with 4 additions and 0 deletions

View File

@ -610,6 +610,10 @@ class Job:
src = scpfile['source'].replace('**', '')
rsync_opts = None
draft = True
else:
target = target.replace(
'logs/$LOG_PATH',
"{{ zuul.executor.log_root }}")
elif site == 'tarballs.openstack.org':
if not target.startswith('tarballs'):
self.log.error(