Merge "Enable verify_host for synchronize"

This commit is contained in:
Jenkins 2017-07-12 11:32:30 +00:00 committed by Gerrit Code Review
commit 87f65430b0
4 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,5 @@
dest: "{{ zuul.executor.log_root }}/tox"
mode: pull
src: "{{ item.path }}/log/"
verify_host: true
with_items: "{{ result.files }}"

View File

@ -5,6 +5,7 @@
dest: "{{ zuul.executor.src_root }}/tarballs"
mode: pull
src: "src/{{ zuul.project.canonical_name }}/dist/{{ item }}"
verify_host: true
with_items:
- "*.tar.gz"
- "*.whl"

View File

@ -3,4 +3,5 @@
dest: "{{ zuul.executor.log_root }}"
mode: pull
src: "{{ zuul_work_dir }}/doc/build/html"
verify_host: true
no_log: true

View File

@ -5,6 +5,7 @@
rsync_opts:
- "--ignore-missing-args"
src: "{{ zuul_work_dir }}/{{ item }}"
verify_host: true
with_items:
- "*testr_results.html.gz"
- "*testrepository.subunit.gz"