Skip to content

Commit

Permalink
Disable fail-fast for integration test suite matrix
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
bestbeforetoday authored and denyeart committed Feb 17, 2023
1 parent 9642bbe commit 37aaf5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
name: Integration Tests
needs: basic-checks
strategy:
fail-fast: false
matrix:
INTEGRATION_TEST_SUITE: ["raft","pvtdata","ledger","lifecycle","e2e","discovery gossip devmode pluggable","gateway idemix pkcs11 configtx configtxlator","sbe nwo msp"]
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 37aaf5c

Please sign in to comment.