5b668b373c
As Trove is broken for 2024.1 due to db migration issues, we effectively disabling upgade jobs by replacing metal template which include upgrades with LXC template which does not. This allows not to maintain job list independently in repo while not introducing NV failing jobs to Gate pipeline. Change-Id: I59cbe475a54ca9e12578886f2dac6921fd370d63
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
YAML
---
|
|
# Copyright 2017, 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
|
|
# NOTE: Metal jobs are replaced with LXC as N-1 is broken with DB migration issues
|
|
# - openstack-ansible-deploy-aio_metal-jobs
|
|
- openstack-ansible-deploy-aio_lxc-jobs
|
|
# NOTE: We need to have distro install support before enabling
|
|
# - openstack-ansible-deploy-aio_distro_metal-jobs
|
|
- publish-openstack-docs-pti
|
|
- build-release-notes-jobs-python3
|