From 3f0d2b3c4ffc2bf900363254ba7eda98705db910 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 7 May 2020 14:53:33 +0200 Subject: [PATCH] ci: run e2e tests on Kubernetes 1.16.9 Kubernetes 1.16 still is maintained, so run e2e tests with that. Currently 1.16.9 is the most current release. See-also: https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md#116 Signed-off-by: Niels de Vos --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4b9c359f2..1c0d43356 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,6 +109,13 @@ jobs: # launching minikube test environment - travis_terminate 0 # deploy only on x86 + - stage: e2e testing + name: cephcsi with kube 1.16.9 + script: + - scripts/skip-doc-change.sh || travis_terminate 0; + - make image-cephcsi || travis_terminate 1; + - scripts/travis-functest.sh v1.16.9 || travis_terminate 1; + - stage: e2e testing name: cephcsi with kube 1.17.5 script: