chore(charts): addresses issues with chart publish
This changes attempts to address the chart publish issue. Also makes the job periodic. Change-Id: I806da82a7eb07ce8e83ae8c023a014fa3b917193 Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
af712da863
commit
3a2d0f83b4
@ -19,7 +19,7 @@
|
||||
register: _get_url
|
||||
failed_when: _get_url.status_code not in (200, 404)
|
||||
get_url:
|
||||
url: https://tarballs.opendev.org/openstack/openstack-helm/index.yaml
|
||||
url: https://tarballs.opendev.org/openstack/openstack-helm-infra/index.yaml
|
||||
dest: "{{ zuul.project.src_dir }}/index.yaml"
|
||||
|
||||
- name: Create a new index
|
||||
|
@ -50,6 +50,7 @@
|
||||
# issues with the kubeadm-aio based deployments are addressed
|
||||
periodic:
|
||||
jobs:
|
||||
- publish-openstack-helm-charts
|
||||
- openstack-helm-infra-validate-minikube-aio
|
||||
# - openstack-helm-infra-tenant-ceph
|
||||
# - openstack-helm-infra-five-ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user