From 6009c28c3098612f178dc2d0515e626e6471935c Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 25 Apr 2024 17:09:38 +0200 Subject: [PATCH] ci: do not run k8s-1.26 tests for release-v3.11 and devel The k8s-external-storage/1.26 CI job does not work with the versions that are part of the release-v3.11 and devel branches. Signed-off-by: Niels de Vos --- .github/workflows/pull-request-commentor.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-commentor.yaml b/.github/workflows/pull-request-commentor.yaml index 09089baea..28479f121 100644 --- a/.github/workflows/pull-request-commentor.yaml +++ b/.github/workflows/pull-request-commentor.yaml @@ -22,6 +22,8 @@ jobs: k8s: ["1.26", "1.27", "1.28", "1.29"] exclude: # the next Ceph-CSI version will not be tested with old Kubernetes + - k8s: "1.26" + branch: "release-v3.11" - k8s: "1.26" branch: "devel"