Disable upgrade jobs for Trove

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
This commit is contained in:
Dmitriy Rabotyagov
2024年10月03日 17:29:09 +02:00
parent 4d141d8903
commit 5b668b373c

View File

@@ -17,7 +17,9 @@
templates:
- check-requirements
- openstack-ansible-linters-jobs
- openstack-ansible-deploy-aio_metal-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
Reference in New Issue
openstack/openstack-ansible-os_trove
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.