Merge "Zuul.d: Making TLS gate voting again"

This commit is contained in:
Zuul 2021-04-27 22:47:00 +00:00 committed by Gerrit Code Review
commit a85398bf52
2 changed files with 3 additions and 9 deletions

View File

@ -305,10 +305,10 @@
- job: - job:
name: openstack-helm-tls name: openstack-helm-tls
parent: openstack-helm-chart-deploy parent: openstack-helm-chart-deploy
nodeset: openstack-helm-single-16GB-node nodeset: openstack-helm-single-32GB-node
vars: vars:
osh_params: osh_params:
openstack_release: stein openstack_release: train
container_distro_name: ubuntu container_distro_name: ubuntu
container_distro_version: bionic container_distro_version: bionic
feature_gates: tls feature_gates: tls

View File

@ -34,13 +34,7 @@
gate: gate:
jobs: jobs:
- openstack-helm-lint - openstack-helm-lint
- openstack-helm-tls: - openstack-helm-tls
# NOTE(aostapenko) While keeping this job non-voting in gate
# pipeline may not seem to have sense - disabling it is temporary
# and job result should be kept visible so it's not forgotten
# to be enabled first thing after ubuntu-bionic-expanded nodes
# are available
voting: false
- openstack-helm-cinder-train-ubuntu_bionic - openstack-helm-cinder-train-ubuntu_bionic
- openstack-helm-compute-kit-train-ubuntu_bionic - openstack-helm-compute-kit-train-ubuntu_bionic
- openstack-helm-horizon-train-ubuntu_bionic - openstack-helm-horizon-train-ubuntu_bionic