Make pod security policy job nonvoting check

This moves the pod security policy job to a nonvoting check and
removes it as a gating job. This was overlooked previously. Once
the job has been vetted, we can revisit potentially making it a
voting and gating job

Change-Id: I5d06343f94ae64355bce9d4f7862a8b18b5ea827
This commit is contained in:
Steve Wilkerson 2019-03-12 11:01:36 -05:00
parent 544805f99c
commit 0b44116506
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,8 @@
# override functionality # override functionality
- openstack-helm-infra-airship-divingbell: - openstack-helm-infra-airship-divingbell:
voting: false voting: false
- openstack-helm-infra-aio-podsecuritypolicy - openstack-helm-infra-aio-podsecuritypolicy:
voting: false
gate: gate:
jobs: jobs:
- openstack-helm-lint - openstack-helm-lint
@ -37,7 +38,6 @@
- openstack-helm-infra-aio-monitoring - openstack-helm-infra-aio-monitoring
- openstack-helm-infra-openstack-support - openstack-helm-infra-openstack-support
- openstack-helm-infra-kubernetes-keystone-auth - openstack-helm-infra-kubernetes-keystone-auth
- openstack-helm-infra-aio-podsecuritypolicy
periodic: periodic:
jobs: jobs:
- openstack-helm-infra-tenant-ceph - openstack-helm-infra-tenant-ceph