Add stable/2024.1 jobs on master gate

As 2024.1 is released, we should add its job on master
gate to keep branchless tempest plugins compatible to stable branch.

Ref: Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html

Change-Id: I01fb12fce6e5ac81c9112d9a7a834d97aea5eccc
This commit is contained in:
Ghanshyam Mann 2024-04-25 17:17:23 -07:00 committed by Ghanshyam
parent 64e1cb34b0
commit ecb2436a52
2 changed files with 64 additions and 0 deletions

63
.zuul.d/jobs_2024_1.yaml Normal file
View File

@ -0,0 +1,63 @@
---
- job:
name: magnum-tempest-plugin-tests-api-2024-1
parent: magnum-tempest-plugin-tests-api-base
nodeset: openstack-single-node-jammy
override-checkout: stable/2024.1
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
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
magnum:
image_id: fedora-coreos-38.20230806.3.0-openstack.x86_64
- job:
name: magnum-tempest-plugin-tests-cluster-2024-1
parent: magnum-tempest-plugin-tests-cluster-base
nodeset: magnum-nested-virt-ubuntu-jammy
override-checkout: stable/2024.1
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
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
magnum:
image_id: fedora-coreos-38.20230806.3.0-openstack.x86_64
- job:
name: magnum-tempest-plugin-tests-cluster-2024-1-k8s_fcos_v1-v1.26.8
parent: magnum-tempest-plugin-tests-cluster-2024-1
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
magnum:
labels:
kube_tag: v1.26.8-rancher1
flannel_tag: v0.21.5
master_lb_floating_ip_enabled: true
cinder_csi_enabled: true
container_runtime: containerd
containerd_version: 1.6.20
containerd_tarball_sha256: 1d86b534c7bba51b78a7eeb1b67dd2ac6c0edeb01c034cc5f590d5ccd824b416
cloud_provider_tag: v1.26.3
cinder_csi_plugin_tag: v1.26.3
k8s_keystone_auth_tag: v1.26.3
coredns_tag: 1.10.1
csi_snapshotter_tag: v6.2.1
csi_attacher_tag: v4.2.0
csi_resizer_tag: v1.7.0
csi_provisioner_tag: v3.4.1
csi_node_driver_registrar_tag: v2.8.0
- project-template:
name: magnum-tempest-plugin-jobs-2024-1
check:
jobs:
- magnum-tempest-plugin-tests-api-2024-1
gate:
jobs:
- magnum-tempest-plugin-tests-api-2024-1

View File

@ -7,3 +7,4 @@
- magnum-tempest-plugin-jobs-master
- magnum-tempest-plugin-jobs-2023-1
- magnum-tempest-plugin-jobs-2023-2
- magnum-tempest-plugin-jobs-2024-1