mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
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:
parent
8a1e633403
commit
23faa600c1
@ -110,18 +110,18 @@ jobs:
|
|||||||
- travis_terminate 0 # deploy only on x86
|
- travis_terminate 0 # deploy only on x86
|
||||||
|
|
||||||
- stage: e2e testing
|
- stage: e2e testing
|
||||||
name: cephcsi with kube 1.17.0
|
name: cephcsi with kube 1.17.5
|
||||||
script:
|
script:
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- 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
|
- stage: e2e testing
|
||||||
name: cephcsi helm charts with kube 1.17.0
|
name: cephcsi helm charts with kube 1.17.5
|
||||||
script:
|
script:
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- 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
|
- stage: deploy
|
||||||
name: push artifacts to repositories
|
name: push artifacts to repositories
|
||||||
|
Loading…
Reference in New Issue
Block a user