Skip to content

Commit

Permalink
ci: remove e2e testing from travis CI
Browse files Browse the repository at this point in the history
Remove E2E testing from travis CI as we
are moving to run E2E tests in centos CI.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and humblec committed Aug 6, 2020
1 parent c578ab0 commit 96ecb39
Showing 1 changed file with 1 addition and 49 deletions.
50 changes: 1 addition & 49 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_script:
# Only run the deploy stage on push (not pull_request) events.
stages:
- build testing
- e2e testing
- upgrade testing
- name: deploy
if: type = push

Expand Down Expand Up @@ -97,54 +97,6 @@ jobs:
script:
- ./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
name: CephFS upgrade tesing with CSI v2.1.2
script:
Expand Down

0 comments on commit 96ecb39

Please sign in to comment.