mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
update E2E testing to 1.15.6 and 1.17.0
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
0ae7cd36ce
commit
aa32e8b43b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user