Update gate jobs as per the 2025.1 cycle testing runtime
As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble (which will be taken care by depends-on tempest and devstack patches to move base jobs to Noble) and at least single job to run on Ubutnu Jammy (for smooth upgrade from previous releases). Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ie147af28b4c7d4a5dd7266b5b6ec007776872531
This commit is contained in:
parent
60d4e95a5a
commit
cc79786c79
@ -1,7 +1,7 @@
|
||||
- job:
|
||||
name: designate-base
|
||||
parent: devstack-tempest
|
||||
nodeset: openstack-single-node-jammy
|
||||
nodeset: openstack-single-node-noble
|
||||
vars: &base_vars
|
||||
devstack_localrc:
|
||||
DESIGNATE_SERVICE_PORT_DNS: 5322
|
||||
@ -39,7 +39,7 @@
|
||||
- job:
|
||||
name: designate-base-ipv6-only
|
||||
parent: devstack-tempest-ipv6
|
||||
nodeset: openstack-single-node-jammy
|
||||
nodeset: openstack-single-node-noble
|
||||
description: |
|
||||
Designate devstack-tempest base job for IPv6-only deployment
|
||||
irrelevant-files: *base_irrelevant_files
|
||||
@ -65,6 +65,10 @@
|
||||
name: designate-bind9-keystone-default-roles
|
||||
post-run: playbooks/designate-bind9/post.yaml
|
||||
parent: designate-base
|
||||
# TODO(gmann): As per the 2025.1 testing runtime, we
|
||||
# need to run at least one job on jammy. This job can
|
||||
# be moved to Ubuntu Noble in the next cycle(2025.2)
|
||||
nodeset: openstack-single-node-jammy
|
||||
vars:
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
|
Loading…
x
Reference in New Issue
Block a user