[CI] Fix wheel url for CentOS
CentOS wheels do not differentiate between minor versions atm. Change-Id: I5365c813bab5e3205fd34eb64dc3337f192d67d4
This commit is contained in:
parent
fd60c65710
commit
a3ef68d91c
@ -7,4 +7,4 @@ nodepool_cbs_centos_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/cbs.centos"
|
||||
nodepool_docker_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/docker"
|
||||
|
||||
# NOTE(hrw): wheel cache goes over 80/443 not on 8080
|
||||
nodepool_wheel_mirror: "https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ ansible_distribution_version }}-{{ ansible_architecture | lower }}"
|
||||
nodepool_wheel_mirror: "https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ (ansible_os_family == 'Debian') | ternary(ansible_distribution_version, ansible_distribution_major_version) }}-{{ ansible_architecture | lower }}"
|
||||
|
Loading…
Reference in New Issue
Block a user