From aa32e8b43b3aad8904d1d8f4d09857311bcd6286 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 11 Dec 2019 11:44:00 +0530 Subject: [PATCH] update E2E testing to 1.15.6 and 1.17.0 Signed-off-by: Madhu Rajanna --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c3feeeba..b5f6bdd15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,17 +64,17 @@ jobs: - make image-cephcsi || travis_terminate 1; - scripts/travis-functest.sh v1.13.7 || travis_terminate 1; - - name: cephcsi with kube 1.14.3 + - name: cephcsi with kube 1.15.6 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.14.3 || travis_terminate 1; + - scripts/travis-functest.sh v1.15.6 || travis_terminate 1; - - name: cephcsi with kube 1.15.0 + - name: cephcsi with kube 1.17.0 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.15.0 || travis_terminate 1; + - scripts/travis-functest.sh v1.17.0 || travis_terminate 1; deploy: - provider: script