mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
ci: update rules for 3.12 release
updating release for 3.12 release Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
50c202b5f8
commit
b0751cb06e
26
.github/workflows/pull-request-commentor.yaml
vendored
26
.github/workflows/pull-request-commentor.yaml
vendored
@ -18,24 +18,28 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
branch: [release-v3.10, release-v3.11, devel]
|
||||
k8s: ["1.26", "1.27", "1.28", "1.29", "1.30"]
|
||||
branch: [release-v3.11, release-v3.12, devel]
|
||||
k8s: ["1.26", "1.27", "1.28", "1.29", "1.30", "1.31"]
|
||||
exclude:
|
||||
# the next Ceph-CSI version will not be tested with old Kubernetes
|
||||
# Run only last 3 support releases on devel and 3.12
|
||||
- k8s: "1.26"
|
||||
branch: "release-v3.11"
|
||||
branch: "release-v3.12"
|
||||
- k8s: "1.26"
|
||||
branch: "devel"
|
||||
|
||||
- k8s: "1.27"
|
||||
branch: "release-v3.12"
|
||||
- k8s: "1.27"
|
||||
branch: "devel"
|
||||
- k8s: "1.28"
|
||||
branch: "release-v3.12"
|
||||
- k8s: "1.28"
|
||||
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"
|
||||
# Ceph-CSI <= 3.11 was released before Kubernetes 1.31
|
||||
- k8s: "1.31"
|
||||
branch: "release-v3.11"
|
||||
|
||||
# watch out, matrix.branch can not be used in this if-statement :-/
|
||||
if: >
|
||||
|
Reference in New Issue
Block a user