Merge "wheel-mirror: serialise copies to AFS"

This commit is contained in:
Zuul 2018-10-18 13:22:28 +00:00 committed by Gerrit Code Review
commit 4d3e5221f1
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
- hosts: all
strategy: linear
# We don't want the python2 & python3 hosts copying to AFS at the
# same time. In some cases for generic wheels they can have
# produced a file with the same name and thus we open a window to
# corruption on AFS with multiple simultaneous writers to the same
# file.
serial: 1
pre_tasks:
- name: Generate AFS slug - CentOS