upload-logs: do not synchronize owner

Change-Id: I46228648363af065a2d4b5d1a6fe44c625420824
This commit is contained in:
Albin Vass 2020-05-13 13:44:44 +02:00
parent a745c3a780
commit 965c602af3

View File

@ -27,6 +27,8 @@
synchronize: synchronize:
src: "{{ zuul.executor.log_root }}/" src: "{{ zuul.executor.log_root }}/"
dest: "{{ zuul_logserver_root }}/{{ zuul_log_path }}/" dest: "{{ zuul_logserver_root }}/{{ zuul_log_path }}/"
owner: no
group: no
rsync_opts: rsync_opts:
- "--exclude=job-output.txt" - "--exclude=job-output.txt"
- "--exclude=job-output.json" - "--exclude=job-output.json"
@ -49,6 +51,8 @@
src: "{{ zuul.executor.log_root }}/{{ zj_log }}.gz" src: "{{ zuul.executor.log_root }}/{{ zj_log }}.gz"
dest: "{{ zuul_logserver_root }}/{{ zuul_log_path }}/{{ zj_log }}.gz" dest: "{{ zuul_logserver_root }}/{{ zuul_log_path }}/{{ zj_log }}.gz"
verify_host: true verify_host: true
owner: no
group: no
with_items: with_items:
- job-output.txt - job-output.txt
- job-output.json - job-output.json
@ -61,6 +65,8 @@
src: "{{ zuul.executor.log_root }}/{{ zj_log }}" src: "{{ zuul.executor.log_root }}/{{ zj_log }}"
dest: "{{ zuul_logserver_root }}/{{ zuul_log_path }}/{{ zj_log }}" dest: "{{ zuul_logserver_root }}/{{ zuul_log_path }}/{{ zj_log }}"
verify_host: true verify_host: true
owner: no
group: no
with_items: with_items:
- job-output.txt - job-output.txt
- job-output.json - job-output.json