Revert "Temporarily disable voting for ovn job"

This reverts commit 7c6c32038d6e49bd8188d02199f054002266432d.

Reason for revert: OVN issue is resolved

Change-Id: I2425701e6075335433b90c949bac444fcebe3ac9
This commit is contained in:
Vladimir Kozhukalov 2025-01-30 19:21:59 +00:00 committed by Gerrit Code Review
parent 7c6c32038d
commit 278b7c65b3
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
...