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 This had been done previously, but was overlooked in a change that reintroduced the podsecuritypolicy job as a voting check and gate Change-Id: I604efb9c608da69a04eaf87a54899cea34d7cd59
This commit is contained in:
parent
77b37ca520
commit
64fb053e68
@ -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
|
||||||
- openstack-helm-infra-apparmor:
|
- openstack-helm-infra-apparmor:
|
||||||
voting: false
|
voting: false
|
||||||
- openstack-helm-infra-apparmor-libvirt:
|
- openstack-helm-infra-apparmor-libvirt:
|
||||||
@ -41,7 +42,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
|
||||||
|
Loading…
Reference in New Issue
Block a user