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
This commit is contained in:
parent
8b29037cec
commit
b600c06628
6
Makefile
6
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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user