From d3a76a1fad0835b83f5fad43e701ba58cfd17a97 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Wed, 12 Mar 2025 12:48:08 +0530 Subject: [PATCH] ci: run upgrade tests with Kubernetes 1.32 The call to `./scripts/get_patch_release.py --version=1.28` returns an error. Kubernetes 1.28 is really old, so it is good to move to v1.32 now. Signed-off-by: Rakshith R --- jobs/upgrade-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/upgrade-tests.yaml b/jobs/upgrade-tests.yaml index 792bdb387..f03fc6abf 100644 --- a/jobs/upgrade-tests.yaml +++ b/jobs/upgrade-tests.yaml @@ -1,7 +1,7 @@ --- - project: name: upgrade-tests - k8s_version: '1.28' + k8s_version: '1.32' only_run_on_request: true test_type: - 'cephfs'