Ensure logs are readable before uploading them
Change-Id: I24cc4aaa1a47819243121dff4b93346792246b57
This commit is contained in:
parent
6a10f097ce
commit
93b6ab260a
@ -8,6 +8,13 @@
|
||||
recurse: yes
|
||||
mode: 0775
|
||||
|
||||
- name: Ensure logs are readable before uploading
|
||||
file:
|
||||
path: "{{ zuul.executor.log_root }}/"
|
||||
mode: u=rwX,g=rX,o=rX
|
||||
state: directory
|
||||
recurse: yes
|
||||
|
||||
- name: Upload logs to log server
|
||||
synchronize:
|
||||
src: "{{ zuul.executor.log_root }}/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user