Merge "Artifact to AFS publishing - don't use archive flag"

This commit is contained in:
Zuul 2020-01-31 07:28:07 +00:00 committed by Gerrit Code Review
commit a1155eb355

View File

@ -12,6 +12,14 @@
synchronize:
src: "{{ zuul.executor.work_root }}/artifacts/"
dest: "/afs/.openstack.org/project/tarballs.opendev.org/{{ zuul.project.name}}/"
# can't set group permissions on AFS; see upload-afs role
archive: false
perms: true
times: true
recursive: true
rsync_opts:
- '--safe-links'
- '--delete-after'
- name: Destroy AFS token
include_role:
name: destroy-afs-token