Skip to content

Commit 37aaf5c

Browse files
bestbeforetodaydenyeart
authored andcommitted
Disable fail-fast for integration test suite matrix
Allowing all suites to run to completion minimises the impact of test flakes. Only failing suites need to be re-run rather then re-running the entire integration test suite. Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com> (cherry picked from commit 91c7f50) (cherry picked from commit 31fd602)
1 parent 9642bbe commit 37aaf5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/verify-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
name: Integration Tests
4848
needs: basic-checks
4949
strategy:
50+
fail-fast: false
5051
matrix:
5152
INTEGRATION_TEST_SUITE: ["raft","pvtdata","ledger","lifecycle","e2e","discovery gossip devmode pluggable","gateway idemix pkcs11 configtx configtxlator","sbe nwo msp"]
5253
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)