Skip to content

Commit 17a081b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add tests for Kubernetes v1.28.9"
2 parents a5db89b + 0b9a4f9 commit 17a081b

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.zuul.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,48 @@
4949
- magnum_docker_login
5050
timeout: 7200
5151

52+
- job:
53+
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28
54+
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1
55+
vars:
56+
devstack_localrc:
57+
MAGNUM_KUBECTL_TAG: v1.28.9
58+
devstack_local_conf:
59+
test-config:
60+
$TEMPEST_CONFIG:
61+
magnum:
62+
labels:
63+
kube_tag: v1.28.9-rancher1
64+
container_runtime: containerd
65+
containerd_version: 1.6.31
66+
containerd_tarball_sha256: 75afb9b9674ff509ae670ef3ab944ffcdece8ea9f7d92c42307693efa7b6109d
67+
cloud_provider_tag: v1.27.3
68+
cinder_csi_plugin_tag: v1.27.3
69+
k8s_keystone_auth_tag: v1.27.3
70+
magnum_auto_healer_tag: v1.27.3
71+
octavia_ingress_controller_tag: v1.27.3
72+
calico_tag: v3.26.4
73+
74+
- job:
75+
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-calico
76+
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28
77+
vars:
78+
devstack_local_conf:
79+
test-config:
80+
$TEMPEST_CONFIG:
81+
magnum:
82+
network_driver: calico
83+
84+
- job:
85+
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-flannel
86+
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28
87+
vars:
88+
devstack_local_conf:
89+
test-config:
90+
$TEMPEST_CONFIG:
91+
magnum:
92+
network_driver: flannel
93+
5294
- job:
5395
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27
5496
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1
@@ -104,6 +146,8 @@
104146
- magnum-tempest-plugin-tests-api
105147
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27-flannel
106148
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27-calico
149+
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-flannel
150+
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-calico
107151
- magnum-container-build
108152
gate:
109153
jobs:

doc/source/user/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,8 @@ The supported (tested) versions of Kubernetes and Operating Systems are:
15561556
+-------------------+-------------------+-------------------------------+
15571557
| Release | kube_tag | os distro and version |
15581558
+===================+===================+===============================+
1559+
| 19.0.0 (Dalmatian)| v1.28.9-rancher1 | fedora-coreos-38.20230806.3.0 |
1560+
+-------------------+-------------------+-------------------------------+
15591561
| 18.0.0 (Caracal) | v1.27.8-rancher2 | fedora-coreos-38.20230806.3.0 |
15601562
+-------------------+-------------------+-------------------------------+
15611563
| 17.0.0 (Bobcat) | v1.26.8-rancher1 | fedora-coreos-38.20230806.3.0 |
@@ -1588,6 +1590,12 @@ Supported labels
15881590

15891591
The tested labels for each release is as follow
15901592

1593+
- Dalmatian
1594+
1595+
kube_tag=v1.28.9-rancher1,container_runtime=containerd,containerd_version=1.6.31,containerd_tarball_sha256=75afb9b9674ff509ae670ef3ab944ffcdece8ea9f7d92c42307693efa7b6109d,cloud_provider_tag=v1.27.3,cinder_csi_plugin_tag=v1.27.3,k8s_keystone_auth_tag=v1.27.3,magnum_auto_healer_tag=v1.27.3,octavia_ingress_controller_tag=v1.27.3,calico_tag=v3.26.4
1596+
1597+
kube_tag=v1.27.8-rancher2,container_runtime=containerd,containerd_version=1.6.31,containerd_tarball_sha256=75afb9b9674ff509ae670ef3ab944ffcdece8ea9f7d92c42307693efa7b6109d,cloud_provider_tag=v1.27.3,cinder_csi_plugin_tag=v1.27.3,k8s_keystone_auth_tag=v1.27.3,magnum_auto_healer_tag=v1.27.3,octavia_ingress_controller_tag=v1.27.3,calico_tag=v3.26.4
1598+
15911599
- Caracal
15921600

15931601
kube_tag=v1.27.8-rancher2,container_runtime=containerd,containerd_version=1.6.28,containerd_tarball_sha256=f70736e52d61e5ad225f4fd21643b5ca1220013ab8b6c380434caeefb572da9b,cloud_provider_tag=v1.27.3,cinder_csi_plugin_tag=v1.27.3,k8s_keystone_auth_tag=v1.27.3,magnum_auto_healer_tag=v1.27.3,octavia_ingress_controller_tag=v1.27.3,calico_tag=v3.26.4

0 commit comments

Comments
 (0)