Skip to content

Commit

Permalink
Fix tests. (istio#3033)
Browse files Browse the repository at this point in the history
* Add ISTIO_BIN to codecov

* Skip cleanup, VM will be removed
  • Loading branch information
costinm authored and rshriram committed Jan 31, 2018
1 parent e1275f1 commit 992edae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- run: make init go-build test-bins docker.prebuilt
- run: bin/testEnvRootMinikube.sh wait
- run: docker images
- run: $GOPATH/bin/pilot-integration-test --logtostderr -hub $HUB -tag $TAG -mixer=true -auth=enable -errorlogsdir=/home/circleci/logs -use-sidecar-injector=false --core-files-dir=/home/circleci/logs
- run: $GOPATH/bin/pilot-integration-test --logtostderr --skip-cleanup -hub $HUB -tag $TAG -mixer=true -auth=enable -errorlogsdir=/home/circleci/logs -use-sidecar-injector=false --core-files-dir=/home/circleci/logs
- store_artifacts:
path: /home/circleci/logs

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- run: make init go-build test-bins docker.prebuilt
- run: bin/testEnvRootMinikube.sh wait
- run: docker images
- run: $GOPATH/bin/pilot-integration-test --logtostderr -hub $HUB -tag $TAG -mixer=true -auth=disable -errorlogsdir=/home/circleci/logs -use-sidecar-injector=false
- run: $GOPATH/bin/pilot-integration-test --logtostderr --skip-cleanup -hub $HUB -tag $TAG -mixer=true -auth=disable -errorlogsdir=/home/circleci/logs -use-sidecar-injector=false
- store_artifacts:
path: /home/circleci/logs

Expand Down Expand Up @@ -226,6 +226,7 @@ jobs:
resource_class: xlarge
environment:
KUBECONFIG: /go/src/istio.io/istio/.circleci/config
ISTIO_BIN: /go/bin
steps:
- checkout
- run: mkdir -p /tmp/coverage
Expand Down

0 comments on commit 992edae

Please sign in to comment.