Tin Lam 418143f3e4 fix(gate): disable ssl job
This patch sets temporary disables the ssl gate job and makes the check
job non-voting to unblock osh-infra. The certificate hardcoded in [0]
has expired.

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number:
            5f:61:31:9d:0f:ff:99:81:ba:6d:50:1a
        Signature Algorithm: sha256WithRSAEncryption
        Issuer: CN = libvirt.org
        Validity
            Not Before: Sep 15 21:26:53 2020 GMT
            Not After : Sep 15 21:26:53 2021 GMT

This will need to be updated or better, unhardcode this at the gate.

[0] https://opendev.org/openstack/openstack-helm-infra/src/branch/master/tools/deployment/openstack-support/051-libvirt-ssl.sh#L27-L51

Signed-off-by: Tin Lam <t@lam.wtf>
Change-Id: I5ea58490c4fe4b65fec7bd3f11b4684cdc1a3e8b
2021-09-24 12:31:17 -05:00

76 lines
3.0 KiB
YAML

---
# Copyright 2018 SUSE LINUX GmbH.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- project:
templates:
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-helm-lint
- openstack-helm-infra-bandit
- openstack-helm-infra-deploy
- openstack-helm-infra-aio-logging
- openstack-helm-infra-aio-monitoring
- openstack-helm-infra-openstack-support
- openstack-helm-infra-openstack-support-ssl
# NOTE(srwilkers): Disabling this job until issues with the kubeadm-aio
# based deployments are addressed
# - openstack-helm-infra-kubernetes-keystone-auth:
# voting: false
- openstack-helm-infra-metacontroller
# NOTE(gagehugo): Disabling this job until it's fixed
# - openstack-helm-infra-aio-podsecuritypolicy:
# voting: false
gate:
jobs:
- openstack-helm-lint
- openstack-helm-infra-aio-logging
- openstack-helm-infra-aio-monitoring
- openstack-helm-infra-openstack-support
# NOTE(lamt): disabling this due to an expired hard-coded cert. This can be
# re-enabled once that is addressed.
# - openstack-helm-infra-openstack-support-ssl
post:
jobs:
- publish-openstack-helm-charts
# NOTE(srwilkers): Disabling all periodic and experimental jobs until
# 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
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-elastic-beats
# - openstack-helm-infra-tenant-ceph
- openstack-helm-infra-federated-monitoring
- openstack-helm-infra-local-storage
- openstack-helm-infra-aio-network-policy
- openstack-helm-infra-apparmor
- openstack-helm-infra-aio-logging-apparmor
- openstack-helm-infra-openstack-support-apparmor
- openstack-helm-infra-metacontroller
- openstack-helm-infra-aio-monitoring-tls
- openstack-helm-infra-aio-logging-tls
...