Add tests for Kubernetes v1.28.9

Also update user documentation

Change-Id: I59c3c98fdef93b2c4fc0f867b2f9c200b23ab705
This commit is contained in:
Jake Yip 2024-05-14 21:26:09 +10:00
parent 8d09169a8a
commit 0b9a4f9783
2 changed files with 52 additions and 0 deletions

View File

@ -49,6 +49,48 @@
- magnum_docker_login
timeout: 7200
- job:
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1
vars:
devstack_localrc:
MAGNUM_KUBECTL_TAG: v1.28.9
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
magnum:
labels:
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
- job:
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-calico
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
magnum:
network_driver: calico
- job:
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-flannel
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
magnum:
network_driver: flannel
- job:
name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27
parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1
@ -104,6 +146,8 @@
- magnum-tempest-plugin-tests-api
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27-flannel
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27-calico
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-flannel
- magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-calico
- magnum-container-build
gate:
jobs:

View File

@ -1556,6 +1556,8 @@ The supported (tested) versions of Kubernetes and Operating Systems are:
+-------------------+-------------------+-------------------------------+
| Release | kube_tag | os distro and version |
+===================+===================+===============================+
| 19.0.0 (Dalmatian)| v1.28.9-rancher1 | fedora-coreos-38.20230806.3.0 |
+-------------------+-------------------+-------------------------------+
| 18.0.0 (Caracal) | v1.27.8-rancher2 | fedora-coreos-38.20230806.3.0 |
+-------------------+-------------------+-------------------------------+
| 17.0.0 (Bobcat) | v1.26.8-rancher1 | fedora-coreos-38.20230806.3.0 |
@ -1588,6 +1590,12 @@ Supported labels
The tested labels for each release is as follow
- Dalmatian
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
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
- Caracal
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