From 0895d864e73910fbf928cec84ba253391f4d418e Mon Sep 17 00:00:00 2001 From: Yug Date: Fri, 25 Sep 2020 17:32:50 +0530 Subject: [PATCH] ci: update k8s version for upgrade tests As the job seems to be unstable for k8s v1.19, reducing the version to achieve stability for the same. Signed-off-by: Yug --- 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 7a9beb4ba..99c1c9c65 100644 --- a/jobs/upgrade-tests.yaml +++ b/jobs/upgrade-tests.yaml @@ -1,7 +1,7 @@ --- - project: name: upgrade-tests - k8s_version: '1.19' + k8s_version: '1.18' test_type: - 'cephfs' - 'rbd'