mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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>
(cherry picked from commit 6009c28c30
)
This commit is contained in:
parent
ca713945ad
commit
67ac2a58ff
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user