|
@ -24,9 +24,6 @@ jobs: |
|
|
- run: mkdir -p /tmp/workspace/bin |
|
|
- run: mkdir -p /tmp/workspace/bin |
|
|
- run: mkdir -p /tmp/workspace/profiles |
|
|
- run: mkdir -p /tmp/workspace/profiles |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
|
|
|
keys: |
|
|
|
|
|
- v3-pkg-cache |
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: tools |
|
|
name: tools |
|
|
command: | |
|
|
command: | |
|
@ -42,24 +39,12 @@ jobs: |
|
|
paths: |
|
|
paths: |
|
|
- bin |
|
|
- bin |
|
|
- profiles |
|
|
- profiles |
|
|
- save_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
paths: |
|
|
|
|
|
- /go/pkg |
|
|
|
|
|
- save_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
paths: |
|
|
|
|
|
- /go/src/github.com/tendermint/tendermint |
|
|
|
|
|
|
|
|
|
|
|
build_slate: |
|
|
build_slate: |
|
|
<<: *defaults |
|
|
<<: *defaults |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: slate docs |
|
|
name: slate docs |
|
|
command: | |
|
|
command: | |
|
@ -72,10 +57,6 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: metalinter |
|
|
name: metalinter |
|
|
command: | |
|
|
command: | |
|
@ -88,10 +69,6 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: Run abci apps tests |
|
|
name: Run abci apps tests |
|
|
command: | |
|
|
command: | |
|
@ -105,10 +82,6 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: Run abci-cli tests |
|
|
name: Run abci-cli tests |
|
|
command: | |
|
|
command: | |
|
@ -120,10 +93,6 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends bsdmainutils |
|
|
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends bsdmainutils |
|
|
- run: |
|
|
- run: |
|
|
name: Run tests |
|
|
name: Run tests |
|
@ -135,10 +104,6 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: mkdir -p /tmp/logs |
|
|
- run: mkdir -p /tmp/logs |
|
|
- run: |
|
|
- run: |
|
|
name: Run tests |
|
|
name: Run tests |
|
@ -160,10 +125,6 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: Run tests |
|
|
name: Run tests |
|
|
command: bash test/persist/test_failure_indices.sh |
|
|
command: bash test/persist/test_failure_indices.sh |
|
@ -207,10 +168,6 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- restore_cache: |
|
|
|
|
|
key: v3-pkg-cache |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }} |
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: gather |
|
|
name: gather |
|
|
command: | |
|
|
command: | |
|
@ -278,9 +235,6 @@ jobs: |
|
|
parallelism: 4 |
|
|
parallelism: 4 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
|
|
|
keys: |
|
|
|
|
|
- v1-release-deps-{{ .Branch }}-{{ .Revision }} |
|
|
|
|
|
- attach_workspace: |
|
|
- attach_workspace: |
|
|
at: /tmp/workspace |
|
|
at: /tmp/workspace |
|
|
- run: |
|
|
- run: |
|
|