Merge "wheel-index: only create index once"
This commit is contained in:
commit
ea2fc40e78
@ -1,5 +1,5 @@
|
||||
- hosts: all
|
||||
strategy: free
|
||||
strategy: linear
|
||||
|
||||
pre_tasks:
|
||||
- name: Generate AFS slug - CentOS
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user