Update jobs

* Make TLS job non-voting because it is unstable and
  we don't want it to block the gate.
* Ceph migration job is not very important now. Let's
  run it in a periodic-weekly pipeline.

Change-Id: Iadb67e1c5218794d15e60538abb2e869ae7e67c0
This commit is contained in:
Vladimir Kozhukalov 2025-02-18 14:50:37 -06:00
parent e30724af4c
commit 4f5dcfd712
2 changed files with 6 additions and 1 deletions

View File

@ -367,6 +367,9 @@
description: |
This job uses Rook for managing Ceph cluster.
parent: openstack-helm-tls-2024-1-ubuntu_jammy
# NOTE(kozhukalov): The job is not stable. We make it non-voting for now
# to unblock the gate.
voting: false
files:
- ^helm-toolkit/.*
- ^roles/.*

View File

@ -34,7 +34,6 @@
- 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
@ -48,5 +47,8 @@
periodic:
jobs:
- publish-openstack-helm-charts
periodic-weekly:
jobs:
- openstack-helm-infra-ceph-migrate
...