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
(tacker-ft-v2-terraform) to run on Ubutnu Jammy (for smooth upgrade
from previous releases).

Tacker k8s jobs are failing due to the below bug which need fix on
devstack-plugin-container so keeping those running on Jammy until
issue is fixed in devstack-plugin-container side.

- https://bugs.launchpad.net/tacker/+bug/2090859

Closes-Bug: #2088356
Related-Bug: #2090859

Tracking: https://etherpad.opendev.org/p/migrate-to-noble

[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html

Change-Id: I8adf3b2ca0ec9858c83a05702aa257193960cc4c
This commit is contained in:
Ghanshyam Mann 2024-12-05 12:37:05 -08:00 committed by Ghanshyam
parent 381cc1ca4d
commit e5eae71cff
3 changed files with 41 additions and 1 deletions

View File

@ -3,7 +3,7 @@
parent: devstack
description: |
Abstraction multinodes job for SOL devstack-based functional tests
nodeset: openstack-4-nodes-jammy
nodeset: openstack-4-nodes-noble
pre-run: playbooks/devstack/pre.yaml
run: playbooks/devstack/run.yaml
post-run: playbooks/devstack/post.yaml
@ -168,6 +168,9 @@
description: |
Abstraction multinodes job for SOL devstack-based kubernetes functional
tests
# TODO(gmann): Tacker k8s jobs are failing on Ubuntu Noble due to the below bug,
# which needs to be fixed in devstack-plugin-container. Move this job to ubuntu
# noble nodeset once the bug is fixed - https://bugs.launchpad.net/tacker/+bug/2090859
nodeset: openstack-k8s-3-nodes-jammy
pre-run: playbooks/devstack/pre.yaml
run: playbooks/devstack/run.yaml

View File

@ -1,6 +1,9 @@
- job:
name: tacker-ft-v2-terraform
parent: tacker-ft-openstack-base
# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least
# one job on Jammy. This job can be removed in the next cycle (2025.2)
nodeset: openstack-4-nodes-jammy
description: |
V2 Terraform functional tests
attempts: 1

View File

@ -32,6 +32,40 @@
- compute1
- compute2
- nodeset:
name: openstack-4-nodes-noble
nodes:
- name: controller
label: ubuntu-noble
- name: controller-tacker
label: ubuntu-noble
- name: compute1
label: ubuntu-noble
- name: compute2
label: ubuntu-noble
groups:
# Nodes running the compute service
- name: compute
nodes:
- compute1
- compute2
# Nodes that are not the controller
- name: subnode
nodes:
- controller-tacker
- compute1
- compute2
# Switch node for multinode networking setup
- name: switch
nodes:
- controller
# Peer nodes for multinode networking setup
- name: peers
nodes:
- controller-tacker
- compute1
- compute2
- nodeset:
name: openstack-k8s-3-nodes-jammy
nodes: