From c807059618afb943704ff669a6744355bb545fb6 Mon Sep 17 00:00:00 2001 From: Riya Singhal Date: Wed, 3 Jan 2024 22:47:58 +0530 Subject: [PATCH] ci: update github actions for k8s-1.29 kubernetes 1.29 is release recently, updating the github action for the same. Signed-off-by: Riya Singhal --- .github/workflows/pull-request-commentor.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-commentor.yaml b/.github/workflows/pull-request-commentor.yaml index 6f6814124..617873fab 100644 --- a/.github/workflows/pull-request-commentor.yaml +++ b/.github/workflows/pull-request-commentor.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: branch: [release-v3.9, release-v3.10, devel] - k8s: ["1.25", "1.26", "1.27", "1.28"] + k8s: ["1.25", "1.26", "1.27", "1.28", "1.29"] exclude: # the next Ceph-CSI version will not be tested with old Kubernetes - k8s: "1.25" @@ -31,6 +31,12 @@ jobs: - k8s: "1.28" branch: "release-v3.9" + # Ceph-CSI <= 3.10 was released before Kubernetes 1.29 + - k8s: "1.29" + branch: "release-v3.9" + - k8s: "1.29" + branch: "release-v3.10" + # watch out, matrix.branch can not be used in this if-statement :-/ if: > (github.event.label.name == 'ok-to-test' &&