From 3a2d0f83b431c7547db77e7231749c4c87800af3 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 16 Oct 2020 09:55:11 -0500 Subject: [PATCH] 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 --- playbooks/publish/post.yaml | 2 +- zuul.d/project.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/publish/post.yaml b/playbooks/publish/post.yaml index 24e22b411..11e2574e8 100644 --- a/playbooks/publish/post.yaml +++ b/playbooks/publish/post.yaml @@ -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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6712f5d96..daadab533 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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