From b600c0662806db688210ffd94e9004d7fe48bb02 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Mon, 16 Dec 2024 10:21:31 -0600 Subject: [PATCH] Enable temporarily disabled jobs Here I7bfdef3ea2128bbb4e26e3a00161fe30ce29b8e7 we disabled some jobs that involve scripts from OSH git repo because these scripts had to be aligned with the new values_overrides location and directory structure. Change-Id: I7d0509051c8cd563a3269e21fe09eb56dcdb8f37 --- Makefile | 6 ------ zuul.d/project.yaml | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 0d11458b9..316ae8855 100644 --- a/Makefile +++ b/Makefile @@ -27,12 +27,6 @@ endif CHART_DIRS := $(subst /,,$(dir $(wildcard */Chart.yaml))) CHARTS := $(sort helm-toolkit $(CHART_DIRS)) -test: - echo > /tmp/charts - for c in $(CHARTS); do echo $$c >> /tmp/charts; done - echo > /tmp/chart_dirs - for c in $(CHART_DIRS); do echo $$c >> /tmp/chart_dirs; done - .PHONY: $(CHARTS) all: $(CHARTS) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 8b794312e..e967b30db 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -25,16 +25,16 @@ - openstack-helm-infra-logging - openstack-helm-infra-monitoring - openstack-helm-infra-metacontroller - # - openstack-helm-infra-mariadb-operator-2024-1-ubuntu_jammy - # - openstack-helm-infra-compute-kit-ovn-2024-1-ubuntu_jammy - # - openstack-helm-infra-compute-kit-2024-1-ubuntu_jammy - # - openstack-helm-infra-cinder-2024-1-ubuntu_jammy - # - openstack-helm-infra-tls-2024-1-ubuntu_jammy - # - openstack-helm-infra-compute-kit-dpdk-2024-1-ubuntu_jammy # 32GB node - # - openstack-helm-infra-keystone-cilium-2024-1-ubuntu_jammy - # - openstack-helm-infra-keystone-flannel-2024-1-ubuntu_jammy - # - openstack-helm-infra-compute-kit-2024-2-ubuntu_jammy - # - openstack-helm-infra-ceph-migrate + - openstack-helm-infra-mariadb-operator-2024-1-ubuntu_jammy + - openstack-helm-infra-compute-kit-ovn-2024-1-ubuntu_jammy + - openstack-helm-infra-compute-kit-2024-1-ubuntu_jammy + - openstack-helm-infra-cinder-2024-1-ubuntu_jammy + - openstack-helm-infra-tls-2024-1-ubuntu_jammy + - openstack-helm-infra-compute-kit-dpdk-2024-1-ubuntu_jammy # 32GB node + - openstack-helm-infra-keystone-cilium-2024-1-ubuntu_jammy + - openstack-helm-infra-keystone-flannel-2024-1-ubuntu_jammy + - openstack-helm-infra-compute-kit-2024-2-ubuntu_jammy + - openstack-helm-infra-ceph-migrate gate: jobs: - openstack-helm-lint