From f6fe35d452e214a31040383252316c9614c9b620 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 18 Dec 2019 09:55:50 -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: I4e1de001ddf17b3c035ca174b7ef8acec8f2bf2c Signed-off-by: Steve Wilkerson --- zuul.d/project.yaml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6d99f44dff..46f1d88664 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -56,17 +56,21 @@ # Keystone job that exersizes feature gate - openstack-helm-keystone-ldap # Unique periodic jobs - - openstack-helm-multinode-temp-ubuntu - - openstack-helm-ironic-ubuntu - - openstack-helm-armada-deploy - - openstack-helm-armada-update-uuid - - openstack-helm-armada-update-passwords - experimental: - jobs: + # NOTE(srwilkers): Disabling the following jobs until + # issues with the kubeadm-aio based deployments are addressed + # - openstack-helm-multinode-temp-ubuntu + # - openstack-helm-ironic-ubuntu + # - openstack-helm-armada-deploy + # - openstack-helm-armada-update-uuid + # - openstack-helm-armada-update-passwords + # NOTE(srwilkers): Disabling the following jobs until + # issues with the kubeadm-aio based deployments are addressed + # experimental: + # jobs: # - openstack-helm-multinode-temp-centos # # NOTE(lamt): Make fedora job experimental until issues with gates are resolved. # - openstack-helm-multinode-temp-fedora # - openstack-helm-multinode-temp-tempest - - openstack-helm-armada-deploy - - openstack-helm-armada-update-uuid - - openstack-helm-armada-update-passwords + # - openstack-helm-armada-deploy + # - openstack-helm-armada-update-uuid + # - openstack-helm-armada-update-passwords