|
|
@ -109,26 +109,6 @@ jobs: |
|
|
|
- store_artifacts: |
|
|
|
path: /tmp/logs |
|
|
|
|
|
|
|
localnet: |
|
|
|
working_directory: /home/circleci/.go_workspace/src/github.com/tendermint/tendermint |
|
|
|
machine: |
|
|
|
image: circleci/classic:latest |
|
|
|
environment: |
|
|
|
GOBIN: /home/circleci/.go_workspace/bin |
|
|
|
GOPATH: /home/circleci/.go_workspace/ |
|
|
|
GOOS: linux |
|
|
|
GOARCH: amd64 |
|
|
|
parallelism: 1 |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- run: |
|
|
|
name: run localnet and exit on failure |
|
|
|
command: | |
|
|
|
set -x |
|
|
|
docker run --rm -v "$PWD":/go/src/github.com/tendermint/tendermint -w /go/src/github.com/tendermint/tendermint golang make build-linux |
|
|
|
make localnet-start & |
|
|
|
./scripts/localnet-blocks-test.sh 40 5 10 localhost |
|
|
|
|
|
|
|
test_p2p: |
|
|
|
environment: |
|
|
|
GOBIN: /home/circleci/.go_workspace/bin |
|
|
@ -376,9 +356,6 @@ workflows: |
|
|
|
- test_persistence: |
|
|
|
requires: |
|
|
|
- setup_dependencies |
|
|
|
- localnet: |
|
|
|
requires: |
|
|
|
- setup_dependencies |
|
|
|
- test_p2p |
|
|
|
- test_p2p: |
|
|
|
name: test_p2p_ipv6 |
|
|
|