Skip to content

Commit 27b031e

Browse files
committed
Update flakeguard version
1 parent 6a84581 commit 27b031e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/flakeguard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Install flakeguard
137137
if: ${{ inputs.runAllTests == false }}
138138
shell: bash
139-
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@b08cab0f49aa13d5adb849554b56086f4dba8984 # flakguard@0.1.0
139+
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@7f8fa09251be87f51357ffc517fd93cd408f5723 # flakguard@0.1.0
140140

141141
- name: Find new or updated test packages
142142
if: ${{ inputs.runAllTests == false && env.RUN_CUSTOM_TEST_PACKAGES == '' }}
@@ -331,7 +331,7 @@ jobs:
331331

332332
- name: Install flakeguard
333333
shell: bash
334-
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@b08cab0f49aa13d5adb849554b56086f4dba8984 # flakguard@0.1.0
334+
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@7f8fa09251be87f51357ffc517fd93cd408f5723 # flakguard@0.1.0
335335

336336
- name: Run tests with flakeguard
337337
shell: bash
@@ -443,7 +443,7 @@ jobs:
443443

444444
- name: Install flakeguard
445445
shell: bash
446-
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@b08cab0f49aa13d5adb849554b56086f4dba8984 # flakguard@0.1.0
446+
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@7f8fa09251be87f51357ffc517fd93cd408f5723 # flakguard@0.1.0
447447

448448
- name: Aggregate Flakeguard Results
449449
id: results

tools/bin/go_core_ccip_deployment_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXTRA_FLAGS=""
88

99
if [[ -n "$USE_FLAKEGUARD" ]]; then
1010
# Install flakeguard
11-
go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@ec5b10aff48c9f4b787d225be30ddf1c0af32645
11+
go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@7f8fa09251be87f51357ffc517fd93cd408f5723
1212
# Install gotestsum to parse JSON test outputs from flakeguard to console outputs
1313
go install gotest.tools/gotestsum@latest
1414

tools/bin/go_core_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EXTRA_FLAGS="-timeout 20m"
99

1010
if [[ -n "$USE_FLAKEGUARD" ]]; then
1111
# Install flakeguard
12-
go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@b08cab0f49aa13d5adb849554b56086f4dba8984
12+
go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@7f8fa09251be87f51357ffc517fd93cd408f5723
1313
# Install gotestsum to parse JSON test outputs from flakeguard to console outputs
1414
go install gotest.tools/gotestsum@latest
1515
# Make sure bins are in PATH

0 commit comments

Comments
 (0)