From 7481786c44544edf7b0c977274766e8de42aa26c Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 9 Jul 2020 12:31:06 +0530 Subject: [PATCH] ci: update kubernetes v1.17 to latest patch release kubernetes v1.17.8 is released recently,This commit updates the kubernetes v1.17 to latest patch release Signed-off-by: Madhu Rajanna --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b423f6526..52edfbba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,19 +96,19 @@ jobs: - ./scripts/build-multi-arch-image.sh || travis_terminate 1; - stage: e2e testing - name: CephFS with kubernetes v1.17.5 + name: CephFS with kubernetes v1.17.8 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.17.5 --test-cephfs=true - --test-rbd=false|| travis_terminate 1; + - scripts/travis-functest.sh v1.17.8 --test-cephfs=true + --test-rbd=false || travis_terminate 1; - stage: e2e testing - name: RBD with kubernetes v1.17.5 + name: RBD with kubernetes v1.17.8 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.17.5 --test-cephfs=false + - scripts/travis-functest.sh v1.17.8 --test-cephfs=false --test-rbd=true || travis_terminate 1; - stage: e2e testing