c6842c875d
We saw what looks very much like the index generation racing, with "mv" unable to close the index file ... Move to a linear strategy so that each host finishes each task before moving on. Then add run_once to the index generation so only one of the hosts in a python2/3 situation creates the index file. Change-Id: I3761dd9d2ab752e66bcccdd2434405f11535b95f
10 lines
327 B
YAML
10 lines
327 B
YAML
- name: Copy the wheels to AFS
|
|
script: wheel-copy.sh {{ wheel_dir }} {{ afs_dir }}
|
|
|
|
- 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
|