mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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 <ndevos@redhat.com>
This commit is contained in:
parent
23faa600c1
commit
3f0d2b3c4f
@ -109,6 +109,13 @@ jobs:
|
|||||||
# launching minikube test environment
|
# launching minikube test environment
|
||||||
- travis_terminate 0 # deploy only on x86
|
- 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
|
- stage: e2e testing
|
||||||
name: cephcsi with kube 1.17.5
|
name: cephcsi with kube 1.17.5
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user