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:
parent
4d141d8903
commit
5b668b373c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user