mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: remove e2e testing from travis CI
Remove E2E testing from travis CI as we are moving to run E2E tests in centos CI. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
c578ab01a7
commit
96ecb3946d
50
.travis.yml
50
.travis.yml
@ -49,7 +49,7 @@ before_script:
|
|||||||
# Only run the deploy stage on push (not pull_request) events.
|
# Only run the deploy stage on push (not pull_request) events.
|
||||||
stages:
|
stages:
|
||||||
- build testing
|
- build testing
|
||||||
- e2e testing
|
- upgrade testing
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: type = push
|
if: type = push
|
||||||
|
|
||||||
@ -97,54 +97,6 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
||||||
|
|
||||||
- stage: e2e testing
|
|
||||||
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.8 --test-cephfs=true
|
|
||||||
--test-rbd=false || travis_terminate 1;
|
|
||||||
|
|
||||||
- stage: e2e testing
|
|
||||||
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.8 --test-cephfs=false
|
|
||||||
--test-rbd=true || travis_terminate 1;
|
|
||||||
|
|
||||||
- stage: e2e testing
|
|
||||||
name: CephFS with kubernetes v1.18.5
|
|
||||||
script:
|
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
|
||||||
- make image-cephcsi || travis_terminate 1;
|
|
||||||
- scripts/travis-functest.sh v1.18.5 --test-cephfs=true
|
|
||||||
--test-rbd=false || travis_terminate 1;
|
|
||||||
|
|
||||||
- stage: e2e testing
|
|
||||||
name: RBD with kubernetes v1.18.5
|
|
||||||
script:
|
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
|
||||||
- make image-cephcsi || travis_terminate 1;
|
|
||||||
- scripts/travis-functest.sh v1.18.5 --test-cephfs=false
|
|
||||||
--test-rbd=true || travis_terminate 1;
|
|
||||||
|
|
||||||
- stage: e2e testing
|
|
||||||
name: CephFS helm charts with kubernetes v1.18.5
|
|
||||||
script:
|
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
|
||||||
- make image-cephcsi || travis_terminate 1;
|
|
||||||
- scripts/travis-helmtest.sh v1.18.5 --test-cephfs=true
|
|
||||||
--test-rbd=false || travis_terminate 1;
|
|
||||||
|
|
||||||
- stage: e2e testing
|
|
||||||
name: RBD helm charts with kubernetes v1.18.5
|
|
||||||
script:
|
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
|
||||||
- make image-cephcsi || travis_terminate 1;
|
|
||||||
- scripts/travis-helmtest.sh v1.18.5 --test-cephfs=false
|
|
||||||
--test-rbd=true || travis_terminate 1;
|
|
||||||
|
|
||||||
- stage: upgrade testing
|
- stage: upgrade testing
|
||||||
name: CephFS upgrade tesing with CSI v2.1.2
|
name: CephFS upgrade tesing with CSI v2.1.2
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user