From 23faa600c1efcc51efcabcebb6d64eef3ad1fb1e Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 7 May 2020 14:51:44 +0200 Subject: [PATCH] ci: run e2e tests with current Kubernetes 1.17.5 release Kubernetes 1.17.0 has had several updates, 1.17.5 is the latest patch release. See-also: https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md#117 Signed-off-by: Niels de Vos --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 931524f49..4b9c359f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,18 +110,18 @@ jobs: - travis_terminate 0 # deploy only on x86 - stage: e2e testing - name: cephcsi with kube 1.17.0 + name: cephcsi with kube 1.17.5 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.17.0 || travis_terminate 1; + - scripts/travis-functest.sh v1.17.5 || travis_terminate 1; - stage: e2e testing - name: cephcsi helm charts with kube 1.17.0 + name: cephcsi helm charts with kube 1.17.5 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-helmtest.sh v1.17.0 || travis_terminate 1; + - scripts/travis-helmtest.sh v1.17.5 || travis_terminate 1; - stage: deploy name: push artifacts to repositories