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 <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-05-07 14:51:44 +02:00 committed by mergify[bot]
parent 8a1e633403
commit 23faa600c1

View File

@ -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