From b43d5385421439366e9dcef094a6ebcda5c6ae02 Mon Sep 17 00:00:00 2001 From: Michael Morello Date: Fri, 17 Jan 2020 16:14:19 +0100 Subject: [PATCH] Remove GKE 1.12 from the e2e tests, replace it with 1.15 (#2440) --- .ci/jobs/e2e-custom.yml | 2 +- build/ci/README.md | 2 +- build/ci/e2e/GKE_k8s_versions.jenkinsfile | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.ci/jobs/e2e-custom.yml b/.ci/jobs/e2e-custom.yml index e7b5d8749e..b4369bc497 100644 --- a/.ci/jobs/e2e-custom.yml +++ b/.ci/jobs/e2e-custom.yml @@ -10,7 +10,7 @@ - string: name: VERSION default: 1.13 - description: "Kubernetes version, default is 1.12" + description: "Kubernetes version, default is 1.13" - bool: name: SEND_NOTIFICATIONS default: true diff --git a/build/ci/README.md b/build/ci/README.md index e5ca5a0b24..870eb94ca1 100644 --- a/build/ci/README.md +++ b/build/ci/README.md @@ -39,7 +39,7 @@ EOF cat >deployer-config.yml <