Skip to content

Commit

Permalink
CI: Disable dual-funded tests while they're hanging.
Browse files Browse the repository at this point in the history
Too many unrelated PRs are blocked.  Disabling these altogether while
we get to the bottom of it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell authored and cdecker committed May 25, 2021
1 parent df594be commit ca3f601
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ jobs:
COMPAT: 0
TEST_GROUP: 2
TEST_GROUP_COUNT: 2
- CFG: "DUAL_FUND"
EXPERIMENTAL_DUAL_FUND: 1
DEVELOPER: 1
COMPAT: 0

# Various other configurations
- CFG: "Elements"
NETWORK: liquid-regtest
Expand Down Expand Up @@ -278,19 +273,6 @@ jobs:
TEST_GROUP: 10
TEST_GROUP_COUNT: 10
PYTEST_PAR: 3
# Run (some) tests with experimental_dual_fund on
- CFG: "valgrind-DUAL_FUND-1"
VALGRIND: 1
EXPERIMENTAL_DUAL_FUND: 1
TEST_GROUP: 1
TEST_GROUP_COUNT: 2
PYTEST_PAR: 3
- CFG: "valgrind-DUAL_FUND-2"
VALGRIND: 1
EXPERIMENTAL_DUAL_FUND: 1
TEST_GROUP: 2
TEST_GROUP_COUNT: 2
PYTEST_PAR: 3
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
Expand Down

0 comments on commit ca3f601

Please sign in to comment.