Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/atlas-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main
uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions
with:
btc-version: "25.0"

Expand All @@ -44,14 +44,14 @@ jobs:
- name: Run Tests
id: run_tests
timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }}
uses: stacks-network/actions/stacks-core/run-tests@main
uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

## Create and upload code coverage file
- name: Code Coverage
id: codecov
uses: stacks-network/actions/codecov@main
uses: stacks-network/actions/codecov@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- name: Check Tests Status
id: check_tests_status
uses: stacks-network/actions/check-jobs-status@main
uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions
with:
jobs: ${{ toJson(needs) }}
summary_print: "true"
10 changes: 5 additions & 5 deletions .github/workflows/bitcoin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main
uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions
with:
btc-version: "25.0"
- name: Generate tests JSON
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main
uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions
with:
btc-version: "25.0"

Expand All @@ -142,15 +142,15 @@ jobs:
- name: Run Tests
id: run_tests
timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }}
uses: stacks-network/actions/stacks-core/run-tests@main
uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}
threads: 1

## Create and upload code coverage file
- name: Code Coverage
id: codecov
uses: stacks-network/actions/codecov@main
uses: stacks-network/actions/codecov@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

Expand All @@ -163,7 +163,7 @@ jobs:
steps:
- name: Check Tests Status
id: check_tests_status
uses: stacks-network/actions/check-jobs-status@main
uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions
with:
jobs: ${{ toJson(needs) }}
summary_print: "true"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: Rustfmt
id: rustfmt
uses: stacks-network/actions/rustfmt@main
uses: stacks-network/actions/rustfmt@chore/update-actions-versions
with:
alias: "fmt-stacks"

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- name: Check Release
id: check_release
uses: stacks-network/actions/stacks-core/release/check-release@main
uses: stacks-network/actions/stacks-core/release/check-release@chore/update-actions-versions
with:
tag: ${{ github.ref_name }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
## Perform a lookup to check if the cache already exists
- name: Cargo Cache
id: cargo-cache
uses: stacks-network/actions/stacks-core/cache/cargo@main
uses: stacks-network/actions/stacks-core/cache/cargo@chore/update-actions-versions
with:
action: save

Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- name: Bitcoin Cache
id: bitcoin-cache
uses: stacks-network/actions/stacks-core/cache/bitcoin@main
uses: stacks-network/actions/stacks-core/cache/bitcoin@chore/update-actions-versions
with:
action: save
btc-version: "25.0"
Expand All @@ -55,6 +55,6 @@ jobs:
steps:
- name: Build Nexttest Cache
id: nextest-cache
uses: stacks-network/actions/stacks-core/cache/build-cache@main
uses: stacks-network/actions/stacks-core/cache/build-cache@chore/update-actions-versions
with:
genesis: true
8 changes: 4 additions & 4 deletions .github/workflows/epoch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main
uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions
with:
btc-version: "25.0"

Expand All @@ -67,15 +67,15 @@ jobs:
- name: Run Tests
id: run_tests
timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }}
uses: stacks-network/actions/stacks-core/run-tests@main
uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}
threads: 1

## Create and upload code coverage file
- name: Code Coverage
id: codecov
uses: stacks-network/actions/codecov@main
uses: stacks-network/actions/codecov@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

Expand All @@ -88,7 +88,7 @@ jobs:
steps:
- name: Check Tests Status
id: check_tests_status
uses: stacks-network/actions/check-jobs-status@main
uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions
with:
jobs: ${{ toJson(needs) }}
summary_print: "true"
6 changes: 3 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cpu: armv7
steps:
- name: Build Binary (${{ matrix.arch }}_${{ matrix.cpu }})
uses: stacks-network/actions/stacks-core/release/create-source-binary@main
uses: stacks-network/actions/stacks-core/release/create-source-binary@chore/update-actions-versions
with:
arch: ${{ matrix.arch }}
cpu: ${{ matrix.cpu }}
Expand All @@ -98,7 +98,7 @@ jobs:
steps:
## Creates releases
- name: Create Release
uses: stacks-network/actions/stacks-core/release/create-releases@main
uses: stacks-network/actions/stacks-core/release/create-releases@chore/update-actions-versions
with:
node_tag: ${{ inputs.node_tag }}
node_docker_tag: ${{ inputs.node_docker_tag }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- debian
steps:
- name: Create Docker Image
uses: stacks-network/actions/stacks-core/release/docker-images@main
uses: stacks-network/actions/stacks-core/release/docker-images@chore/update-actions-versions
with:
node_tag: ${{ inputs.node_tag }}
node_docker_tag: ${{ inputs.node_docker_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
## Setup Docker for the builds
- name: Docker setup
id: docker_setup
uses: stacks-network/actions/docker@main
uses: stacks-network/actions/docker@chore/update-actions-versions
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Lock Threads
id: lock_threads
uses: stacks-network/actions/lock-threads@main
uses: stacks-network/actions/lock-threads@chore/update-actions-versions
with:
github-token: ${{ secrets.GH_TOKEN }}
issue-inactive-days: 7
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/p2p-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main
uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions
with:
btc-version: "25.0"

Expand All @@ -65,15 +65,15 @@ jobs:
- name: Run Tests
id: run_tests
timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }}
uses: stacks-network/actions/stacks-core/run-tests@main
uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}
threads: 1

## Create and upload code coverage file
- name: Code Coverage
id: codecov
uses: stacks-network/actions/codecov@main
uses: stacks-network/actions/codecov@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- name: Check Tests Status
id: check_tests_status
uses: stacks-network/actions/check-jobs-status@main
uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions
with:
jobs: ${{ toJson(needs) }}
summary_print: "true"
20 changes: 10 additions & 10 deletions .github/workflows/pr-differences-mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Check Access Permissions To Trigger This
id: check_access_permissions
uses: stacks-network/actions/team-membership@main
uses: stacks-network/actions/team-membership@chore/update-actions-versions
with:
username: ${{ github.actor }}
team: 'blockchain-team'
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- id: check_packages_and_shards
uses: stacks-network/actions/stacks-core/mutation-testing/check-packages-and-shards@main
uses: stacks-network/actions/stacks-core/mutation-testing/check-packages-and-shards@chore/update-actions-versions
with:
ignore_timeout: ${{ needs.check-access-permissions.outputs.ignore_timeout }}

Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: Run mutants on diffs
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions
with:
package: 'small'

Expand All @@ -94,7 +94,7 @@ jobs:

steps:
- name: Run mutants on diffs
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions
with:
shard: ${{ matrix.shard }}
package: 'small'
Expand All @@ -116,7 +116,7 @@ jobs:
env:
BITCOIND_TEST: 1
RUST_BACKTRACE: full
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions
with:
package: 'stackslib'

Expand All @@ -142,7 +142,7 @@ jobs:
env:
BITCOIND_TEST: 1
RUST_BACKTRACE: full
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions
with:
shard: ${{ matrix.shard }}
package: 'stackslib'
Expand All @@ -164,7 +164,7 @@ jobs:
env:
BITCOIND_TEST: 1
RUST_BACKTRACE: full
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions
with:
package: 'stacks-node'

Expand All @@ -190,7 +190,7 @@ jobs:
env:
BITCOIND_TEST: 1
RUST_BACKTRACE: full
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions
with:
shard: ${{ matrix.shard }}
package: 'stacks-node'
Expand All @@ -208,7 +208,7 @@ jobs:

steps:
- name: Run mutants on diffs
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions
with:
package: 'stacks-signer'

Expand All @@ -233,7 +233,7 @@ jobs:

steps:
- name: Output Mutants
uses: stacks-network/actions/stacks-core/mutation-testing/output-pr-mutants@main
uses: stacks-network/actions/stacks-core/mutation-testing/output-pr-mutants@chore/update-actions-versions
with:
stackslib_package: ${{ needs.check-big-packages-and-shards.outputs.run_stackslib }}
shards_for_stackslib_package: ${{ needs.check-big-packages-and-shards.outputs.stackslib_with_shards }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sbtc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ jobs:
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main
uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions

## Run test matrix using restored cache of archive file
## - Test will timeout after env.TEST_TIMEOUT minutes
- name: Run Tests
id: run_tests
timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }}
uses: stacks-network/actions/stacks-core/run-tests@main
uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

## Create and upload code coverage file
- name: Code Coverage
id: codecov
uses: stacks-network/actions/codecov@main
uses: stacks-network/actions/codecov@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

8 changes: 4 additions & 4 deletions .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main
uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions
with:
btc-version: "25.0"

Expand All @@ -46,15 +46,15 @@ jobs:
- name: Run Tests
id: run_tests
timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }}
uses: stacks-network/actions/stacks-core/run-tests@main
uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}
threads: 1

## Create and upload code coverage file
- name: Code Coverage
id: codecov
uses: stacks-network/actions/codecov@main
uses: stacks-network/actions/codecov@chore/update-actions-versions
with:
test-name: ${{ matrix.test-name }}

Expand All @@ -67,7 +67,7 @@ jobs:
steps:
- name: Check Tests Status
id: check_tests_status
uses: stacks-network/actions/check-jobs-status@main
uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions
with:
jobs: ${{ toJson(needs) }}
summary_print: "true"
Loading