ci: do not run k8s-1.26 tests for release-v3.11 and devel

The k8s-external-storage/1.26 CI job does not work with the versions
that are part of the release-v3.11 and devel branches.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2024-04-25 17:09:38 +02:00 committed by mergify[bot]
parent 6db7138ca0
commit 6009c28c30

View File

@ -22,6 +22,8 @@ jobs:
k8s: ["1.26", "1.27", "1.28", "1.29"]
exclude:
# the next Ceph-CSI version will not be tested with old Kubernetes
- k8s: "1.26"
branch: "release-v3.11"
- k8s: "1.26"
branch: "devel"