Skip to content

Commit

Permalink
disable legacy unit test and integration test in travis (cloudfoundry…
Browse files Browse the repository at this point in the history
  • Loading branch information
qibobo authored and cdlliuy committed Dec 4, 2019
1 parent e97bb9b commit bc8e77c
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,29 @@ jobs:
- ginkgo -r -race -randomizeAllSpecs src/integration

# Tests for legacy components (node apiserver, broker and metricscollector)
- name: legacy unit test
script:
- pushd api
- npm install
- npm test
- popd
- pushd servicebroker
- npm install
- npm test
- popd
# - name: legacy unit test
# script:
# - pushd api
# - npm install
# - npm test
# - popd
# - pushd servicebroker
# - npm install
# - npm test
# - popd

- name: legacy integration test
script:
- pushd api
- npm install
- npm test
- popd
- pushd servicebroker
- npm install
- npm test
- popd
- pushd scheduler
- mvn package -DskipTests
- popd
- ginkgo -r -race -randomizeAllSpecs src/integration_legacy
# - name: legacy integration test
# script:
# - pushd api
# - npm install
# - npm test
# - popd
# - pushd servicebroker
# - npm install
# - npm test
# - popd
# - pushd scheduler
# - mvn package -DskipTests
# - popd
# - ginkgo -r -race -randomizeAllSpecs src/integration_legacy

0 comments on commit bc8e77c

Please sign in to comment.