Dmitriy Rabotyagov 7aac367ce2 Set upgrade jobs to non-voting
Due to bug in masakari upgrade jobs legitimaly fails. While patch [1] to
cover underlying issue was proposed, this blocks us to land anything
until it is merged and backported to 2024.1

With that we set upgrade to NV now to have a progress

[1] https://review.opendev.org/c/openstack/masakari/+/920034

Change-Id: I3d0413c61ed83d1223ddacd6e9682049d254378b
2024-05-25 10:50:56 +02:00

40 lines
1.6 KiB
YAML

---
# Copyright 2018, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- project:
templates:
- check-requirements
- openstack-ansible-linters-jobs
- openstack-ansible-deploy-aio_metal-jobs
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
# NOTE(noonedeadpunk): Upgrade jobs are marked as non-voting due to borked
# masakari db upgrade script. Drop once patch lands:
# https://review.opendev.org/c/openstack/masakari/+/920034
check:
jobs:
- openstack-ansible-upgrade-aio_metal-rockylinux-9:
voting: false
- openstack-ansible-upgrade_2023.1-aio_metal-rockylinux-9:
voting: false
- openstack-ansible-upgrade-aio_metal-ubuntu-jammy:
voting: false
- openstack-ansible-upgrade_2023.1-aio_metal-ubuntu-jammy:
voting: false
- openstack-ansible-upgrade-aio_metal_tls-rockylinux-9:
voting: false
- openstack-ansible-upgrade-aio_metal_tls-ubuntu-jammy:
voting: false