Merge "Revert "Temporarily disable voting for ovn job""

This commit is contained in:
Zuul 2025-01-31 16:40:24 +00:00 committed by Gerrit Code Review
commit eb60e37c55
2 changed files with 1 additions and 4 deletions

View File

@ -250,7 +250,6 @@
- job:
name: openstack-helm-infra-compute-kit-ovn-2024-1-ubuntu_jammy
parent: openstack-helm-compute-kit-ovn-2024-1-ubuntu_jammy
voting: false
files:
- ^helm-toolkit/.*
- ^roles/.*

View File

@ -34,6 +34,7 @@
- openstack-helm-infra-keystone-cilium-2024-1-ubuntu_jammy
- openstack-helm-infra-keystone-flannel-2024-1-ubuntu_jammy
- openstack-helm-infra-compute-kit-2024-2-ubuntu_jammy
- openstack-helm-infra-ceph-migrate
gate:
jobs:
- openstack-helm-lint
@ -47,8 +48,5 @@
periodic:
jobs:
- publish-openstack-helm-charts
periodic-weekly:
jobs:
- openstack-helm-infra-ceph-migrate
...