From 803f0e8435400238fda6e7da1da8cac6557d3f81 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 18 Dec 2019 09:52:07 -0600 Subject: [PATCH] Disable kubeadm-aio jobs while issues addressed This disables the keystone-auth single node job and all multinode periodic and experimental jobs while standing issues with the kubeadm-aio image deployment are sorted out Change-Id: I3ce0afba155e923b6dd50f83fa6b529908b9a79b Signed-off-by: Steve Wilkerson --- zuul.d/project.yaml | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 5444e9b30..a741a4550 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -28,8 +28,10 @@ - openstack-helm-infra-aio-network-policy: voting: false - openstack-helm-infra-openstack-support - - openstack-helm-infra-kubernetes-keystone-auth: - voting: false + # NOTE(srwilkers): Disabling this job until issues with the kubeadm-aio + # based deployments are addressed + # - openstack-helm-infra-kubernetes-keystone-auth: + # voting: false # some testing performed here to check for any break of host/label # override functionality - openstack-helm-infra-airship-divingbell: @@ -44,22 +46,24 @@ - openstack-helm-infra-aio-logging - openstack-helm-infra-aio-monitoring - openstack-helm-infra-openstack-support - periodic: - jobs: - - openstack-helm-infra-tenant-ceph - - openstack-helm-infra-five-ubuntu - - openstack-helm-infra-armada-deploy - - openstack-helm-infra-armada-update-uuid - - openstack-helm-infra-armada-update-passwords - experimental: - jobs: + # NOTE(srwilkers): Disabling all periodic and experimental jobs until + # issues with the kubeadm-aio based deployments are addressed + # periodic: + # jobs: + # - openstack-helm-infra-tenant-ceph + # - openstack-helm-infra-five-ubuntu + # - openstack-helm-infra-armada-deploy + # - openstack-helm-infra-armada-update-uuid + # - openstack-helm-infra-armada-update-passwords + # experimental: + # jobs: # NOTE(srwilkers): Disable fedora experimental jobs until issues resolved #- openstack-helm-infra-five-fedora # NOTE(srwilkers): Disable centos experimental jobs until issues resolved #- openstack-helm-infra-five-centos - - openstack-helm-infra-five-ubuntu - - openstack-helm-infra-tenant-ceph - - openstack-helm-infra-elastic-beats - - openstack-helm-infra-armada-deploy - - openstack-helm-infra-armada-update-uuid - - openstack-helm-infra-armada-update-passwords + # - openstack-helm-infra-five-ubuntu + # - openstack-helm-infra-tenant-ceph + # - openstack-helm-infra-elastic-beats + # - openstack-helm-infra-armada-deploy + # - openstack-helm-infra-armada-update-uuid + # - openstack-helm-infra-armada-update-passwords