Skip to content

Commit 7702eaa

Browse files
committed
address comments in 4079
1 parent ef07100 commit 7702eaa

10 files changed

+2
-53
lines changed

.github/workflows/atlas-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ name: Tests::Atlas
55
on:
66
workflow_call:
77

8-
defaults:
9-
run:
10-
shell: bash
11-
128
## env vars are transferred to composite action steps
139
env:
1410
BITCOIND_TEST: 1
1511
RUST_BACKTRACE: full
1612
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 15
17-
RETRIES: 3
18-
RETRY_DELAY: 10000
1913
TEST_TIMEOUT: 30
20-
TEST_RETRIES: 2
2114

2215
concurrency:
2316
group: atlas-tests-${{ github.head_ref || github.ref || github.run_id}}

.github/workflows/bitcoin-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ name: Tests::Bitcoin
55
on:
66
workflow_call:
77

8-
defaults:
9-
run:
10-
shell: bash
11-
128
## env vars are transferred to composite action steps
139
env:
1410
BITCOIND_TEST: 1
1511
RUST_BACKTRACE: full
1612
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 15
17-
RETRIES: 3
18-
RETRY_DELAY: 10000
1913
TEST_TIMEOUT: 30
20-
TEST_RETRIES: 2
2114

2215
concurrency:
2316
group: bitcoin-tests-${{ github.head_ref || github.ref || github.run_id}}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defaults:
3636
shell: bash
3737

3838
concurrency:
39-
group: ci-${{ github.head_ref || github.ref }}
39+
group: ci-${{ github.head_ref || github.ref || github.run_id }}
4040
## Always cancel duplicate jobs
4141
cancel-in-progress: true
4242

.github/workflows/create-cache.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
workflow_dispatch:
77
workflow_call:
88

9-
defaults:
10-
run:
11-
shell: bash
12-
139
## env vars are transferred to composite action steps
1410
env:
1511
RUSTFLAGS: "-Cinstrument-coverage -Awarnings"

.github/workflows/create-source-binary.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ on:
1616
default: >-
1717
["linux-glibc-x64", "linux-musl-x64", "linux-glibc-arm64", "linux-glibc-armv7", "linux-musl-arm64", "linux-musl-armv7", "macos-x64", "macos-arm64", "windows-x64"]
1818
19-
defaults:
20-
run:
21-
shell: bash
22-
2319
## change the display name to the tag being built
2420
run-name: ${{ inputs.tag }}
2521

.github/workflows/epoch-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ name: Tests::Epoch
55
on:
66
workflow_call:
77

8-
defaults:
9-
run:
10-
shell: bash
11-
128
## env vars are transferred to composite action steps
139
env:
1410
BITCOIND_TEST: 1
1511
RUST_BACKTRACE: full
1612
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 15
17-
RETRIES: 3
18-
RETRY_DELAY: 10000
1913
TEST_TIMEOUT: 30
20-
TEST_RETRIES: 2
2114

2215
concurrency:
2316
group: epoch-tests-${{ github.head_ref || github.ref || github.run_id }}

.github/workflows/image-build-binary.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
description: "Docker repo org for uploading images (defaults to github org)"
1616
default: "${GITHUB_REPOSITORY_OWNER}"
1717

18-
defaults:
19-
run:
20-
shell: bash
21-
2218
## Define which docker arch to build for
2319
env:
2420
docker_platforms: "linux/arm64, linux/arm/v7, linux/amd64, linux/amd64/v2, linux/amd64/v3"

.github/workflows/image-build-source.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
workflow_dispatch:
77
workflow_call:
88

9-
defaults:
10-
run:
11-
shell: bash
12-
139
## Define which docker arch to build for
1410
env:
1511
docker_platforms: linux/amd64
@@ -47,7 +43,7 @@ jobs:
4743
with:
4844
images: |
4945
${{env.docker-org}}/${{ github.event.repository.name }}
50-
${{env.docker-org}}/stacks-core
46+
${{env.docker-org}}/stacks-blockchain
5147
tags: |
5248
type=raw,value=${{ env.BRANCH_NAME }}
5349
type=ref,event=pr

.github/workflows/slow-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ name: Tests::Slow
55
on:
66
workflow_call:
77

8-
defaults:
9-
run:
10-
shell: bash
11-
128
## env vars are transferred to composite action steps
139
env:
1410
BITCOIND_TEST: 1
1511
RUST_BACKTRACE: full
1612
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 15
17-
RETRIES: 3
18-
RETRY_DELAY: 10000
1913
TEST_TIMEOUT: 30
20-
TEST_RETRIES: 2
2114

2215
concurrency:
2316
group: slow-tests-${{ github.head_ref || github.ref || github.run_id }}

.github/workflows/stacks-blockchain-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ name: Tests::Stacks Blockchain
55
on:
66
workflow_call:
77

8-
defaults:
9-
run:
10-
shell: bash
11-
128
## env vars are transferred to composite action steps
139
env:
1410
BITCOIND_TEST: 1
1511
RUST_BACKTRACE: full
1612
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
17-
RETRIES: 3
18-
RETRY_DELAY: 10000
1913
TEST_TIMEOUT: 30
20-
TEST_RETRIES: 2
2114

2215
concurrency:
2316
group: stacks-blockchain-tests-${{ github.head_ref || github.ref || github.run_id }}

0 commit comments

Comments
 (0)