mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: trigger k8s-1.30 jobs for current Ceph-CSI versions
Run CI jobs with Kubernetes 1.30 for the devel branch and upcoming releases. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
6009c28c30
commit
c558588bd8
@ -19,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
branch: [release-v3.10, release-v3.11, devel]
|
||||
k8s: ["1.26", "1.27", "1.28", "1.29"]
|
||||
k8s: ["1.26", "1.27", "1.28", "1.29", "1.30"]
|
||||
exclude:
|
||||
# the next Ceph-CSI version will not be tested with old Kubernetes
|
||||
- k8s: "1.26"
|
||||
@ -27,9 +27,15 @@ jobs:
|
||||
- k8s: "1.26"
|
||||
branch: "devel"
|
||||
|
||||
# Ceph-CSI <= 3.11 was released before Kubernetes 1.30
|
||||
- k8s: "1.30"
|
||||
branch: "release-v3.11"
|
||||
|
||||
# Ceph-CSI <= 3.10 was released before Kubernetes 1.29
|
||||
- k8s: "1.29"
|
||||
branch: "release-v3.10"
|
||||
- k8s: "1.30"
|
||||
branch: "release-v3.10"
|
||||
|
||||
# watch out, matrix.branch can not be used in this if-statement :-/
|
||||
if: >
|
||||
|
Loading…
Reference in New Issue
Block a user