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:
parent
544805f99c
commit
0b44116506
@ -29,7 +29,8 @@
|
||||
# override functionality
|
||||
- openstack-helm-infra-airship-divingbell:
|
||||
voting: false
|
||||
- openstack-helm-infra-aio-podsecuritypolicy
|
||||
- openstack-helm-infra-aio-podsecuritypolicy:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-helm-lint
|
||||
@ -37,7 +38,6 @@
|
||||
- openstack-helm-infra-aio-monitoring
|
||||
- openstack-helm-infra-openstack-support
|
||||
- openstack-helm-infra-kubernetes-keystone-auth
|
||||
- openstack-helm-infra-aio-podsecuritypolicy
|
||||
periodic:
|
||||
jobs:
|
||||
- openstack-helm-infra-tenant-ceph
|
||||
|
Loading…
x
Reference in New Issue
Block a user