Merge pull request #2295 from blockstack/next

Merge `next` into `master`
This commit is contained in:
Diwaker Gupta
2021-01-07 21:06:57 -05:00
committed by GitHub
63 changed files with 57247 additions and 70063 deletions

27
.github/workflows/bitcoin-tests.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: stacks-bitcoin-integration-tests
# Only run on PRs
on:
pull_request:
jobs:
# Run sampled genesis tests
sampled-genesis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: All integration tests with sampled genesis
env:
DOCKER_BUILDKIT: 1
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests .
atlas-test:
# disable this job/test for now, since we haven't seen this pass
# on github actions in a while
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: All integration tests with sampled genesis
env:
DOCKER_BUILDKIT: 1
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.atlas-test .

View File

@@ -41,16 +41,6 @@ jobs:
DOCKER_BUILDKIT: 1
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.large-genesis .
# Run sampled genesis tests
sampled-genesis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: All integration tests with sampled genesis
env:
DOCKER_BUILDKIT: 1
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests .
# Run net-tests
nettest:
runs-on: ubuntu-latest