Skip to content

Commit 935027f

Browse files
Madhu-1mergify[bot]
authored andcommitted
ci: update github action commenter
updating the github action pull request commentor to drop older unsupported release and support 3.13 release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit a32ba13)
1 parent af10721 commit 935027f

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

.github/workflows/pull-request-commentor.yaml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,8 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
branch: [release-v3.11, release-v3.12, devel]
22-
k8s: ["1.26", "1.27", "1.28", "1.29", "1.30", "1.31"]
23-
exclude:
24-
# Run only last 3 support releases on devel and 3.12
25-
- k8s: "1.26"
26-
branch: "release-v3.12"
27-
- k8s: "1.26"
28-
branch: "devel"
29-
- k8s: "1.27"
30-
branch: "release-v3.12"
31-
- k8s: "1.27"
32-
branch: "devel"
33-
- k8s: "1.28"
34-
branch: "release-v3.12"
35-
- k8s: "1.28"
36-
branch: "devel"
37-
# Ceph-CSI <= 3.11 was released before Kubernetes 1.30
38-
- k8s: "1.30"
39-
branch: "release-v3.11"
40-
# Ceph-CSI <= 3.11 was released before Kubernetes 1.31
41-
- k8s: "1.31"
42-
branch: "release-v3.11"
21+
branch: [release-v3.12, release-v3.13, devel]
22+
k8s: ["1.29", "1.30", "1.31"]
4323

4424
# watch out, matrix.branch can not be used in this if-statement :-/
4525
if: >

0 commit comments

Comments
 (0)