mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: update pr-commentor rules matrix
This commit adds rules for release-v3.11 and removes rules for release-v3.9. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
04670a8b4d
commit
97bc20ae5a
14
.github/workflows/pull-request-commentor.yaml
vendored
14
.github/workflows/pull-request-commentor.yaml
vendored
@ -18,24 +18,14 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: [release-v3.9, release-v3.10, devel]
|
branch: [release-v3.10, release-v3.11, devel]
|
||||||
k8s: ["1.25", "1.26", "1.27", "1.28", "1.29"]
|
k8s: ["1.26", "1.27", "1.28", "1.29"]
|
||||||
exclude:
|
exclude:
|
||||||
# the next Ceph-CSI version will not be tested with old Kubernetes
|
# the next Ceph-CSI version will not be tested with old Kubernetes
|
||||||
- k8s: "1.26"
|
- k8s: "1.26"
|
||||||
branch: "devel"
|
branch: "devel"
|
||||||
- k8s: "1.25"
|
|
||||||
branch: "devel"
|
|
||||||
- k8s: "1.25"
|
|
||||||
branch: "release-v3.10"
|
|
||||||
|
|
||||||
# Ceph-CSI <= 3.9 was released before Kubernetes 1.28
|
|
||||||
- k8s: "1.28"
|
|
||||||
branch: "release-v3.9"
|
|
||||||
|
|
||||||
# Ceph-CSI <= 3.10 was released before Kubernetes 1.29
|
# Ceph-CSI <= 3.10 was released before Kubernetes 1.29
|
||||||
- k8s: "1.29"
|
|
||||||
branch: "release-v3.9"
|
|
||||||
- k8s: "1.29"
|
- k8s: "1.29"
|
||||||
branch: "release-v3.10"
|
branch: "release-v3.10"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user