Merge "wheel-index: only create index once"

This commit is contained in:
Zuul 2018-08-31 05:22:51 +00:00 committed by Gerrit Code Review
commit ea2fc40e78
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- hosts: all
strategy: free
strategy: linear
pre_tasks:
- name: Generate AFS slug - CentOS

View File

@ -3,3 +3,7 @@
- name: Rebuild mirror index
script: wheel-index.sh {{ afs_dir }}
# With multiple python2/3 builds, we only need one host to generate
# the final index. All hosts should be finished copying under
# linear strategy.
run_once: True