Skip to content

Commit

Permalink
ci: update pr-commentor rules matrix
Browse files Browse the repository at this point in the history
This commit adds rules for release-v3.11
and removes rules for release-v3.9.

Signed-off-by: Rakshith R <rar@redhat.com>
  • Loading branch information
Rakshith-R committed Apr 1, 2024
1 parent 1964f89 commit b3e18b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pull-request-commentor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
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"]
exclude:
# the next Ceph-CSI version will not be tested with old Kubernetes
Expand All @@ -29,10 +29,6 @@ jobs:
- 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
- k8s: "1.29"
branch: "release-v3.9"
Expand Down

0 comments on commit b3e18b8

Please sign in to comment.