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 Ubuntu Jammy (for smooth upgrade from previous releases). This commit adds a new job to run on Jammy which can be removed in future cycle when testing runtime test next version of Ubuntu as default. Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ib83606d93656432e633007ebfcb7b6ad0aac7668
This commit is contained in:
parent
8190bd3aa1
commit
8275b8a8ed
@ -55,7 +55,7 @@
|
||||
- job:
|
||||
name: magnum-tempest-plugin-tests-cluster-base
|
||||
parent: magnum-tempest-plugin-base
|
||||
nodeset: magnum-nested-virt-ubuntu-jammy
|
||||
nodeset: magnum-nested-virt-ubuntu-noble
|
||||
vars:
|
||||
configure_swap_size: 8192
|
||||
tox_envlist: all
|
||||
@ -86,3 +86,12 @@
|
||||
nodes:
|
||||
- controller
|
||||
|
||||
- nodeset:
|
||||
name: magnum-nested-virt-ubuntu-noble
|
||||
nodes:
|
||||
- name: controller
|
||||
label: nested-virt-ubuntu-noble
|
||||
groups:
|
||||
- name: tempest
|
||||
nodes:
|
||||
- controller
|
||||
|
@ -35,10 +35,20 @@
|
||||
magnum:
|
||||
image_id: fedora-coreos-38.20230806.3.0-openstack.x86_64
|
||||
|
||||
|
||||
# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least
|
||||
# one job on jammy. This job can be removed as per the future testing
|
||||
# runtime (whenever we start testing Ubuntu 26.04 as default version).
|
||||
- job:
|
||||
name: magnum-tempest-plugin-tests-api-jammy
|
||||
description: This job testing on Ubuntu jammy(22.04)
|
||||
parent: magnum-tempest-plugin-tests-api
|
||||
nodeset: openstack-single-node-noble
|
||||
|
||||
- job:
|
||||
name: magnum-tempest-plugin-tests-cluster
|
||||
parent: magnum-tempest-plugin-tests-cluster-base
|
||||
nodeset: magnum-nested-virt-ubuntu-jammy
|
||||
nodeset: magnum-nested-virt-ubuntu-noble
|
||||
vars:
|
||||
devstack_localrc:
|
||||
MAGNUM_GUEST_IMAGE_URL: https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/38.20230806.3.0/x86_64/fedora-coreos-38.20230806.3.0-openstack.x86_64.qcow2.xz
|
||||
@ -53,8 +63,10 @@
|
||||
check:
|
||||
jobs:
|
||||
- magnum-tempest-plugin-tests-api
|
||||
- magnum-tempest-plugin-tests-api-jammy
|
||||
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-v1.27
|
||||
gate:
|
||||
jobs:
|
||||
- magnum-tempest-plugin-tests-api
|
||||
- magnum-tempest-plugin-tests-api-jammy
|
||||
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-v1.27
|
||||
|
Loading…
Reference in New Issue
Block a user