Skip to content

Commit

Permalink
ci: update github action commenter
Browse files Browse the repository at this point in the history
updating the github action pull
request commentor to drop
older unsupported release and support
3.13 release.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Dec 3, 2024
1 parent b69c84b commit a32ba13
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/pull-request-commentor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,8 @@ jobs:

strategy:
matrix:
branch: [release-v3.11, release-v3.12, devel]
k8s: ["1.26", "1.27", "1.28", "1.29", "1.30", "1.31"]
exclude:
# Run only last 3 support releases on devel and 3.12
- k8s: "1.26"
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.11 was released before Kubernetes 1.31
- k8s: "1.31"
branch: "release-v3.11"
branch: [release-v3.12, release-v3.13, devel]
k8s: ["1.29", "1.30", "1.31"]

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

0 comments on commit a32ba13

Please sign in to comment.