mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
ci: Force flaky of tests
We are tracking the flakiness of tests [here][1], so no need to suffer through fail-looping CI while trying to fix a PR or get it merged. Changelog-None [1]: http://35.239.136.52:3170/run
This commit is contained in:
parent
a96e64ed56
commit
be52f2f21e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -214,7 +214,7 @@ jobs:
|
|||
BITCOIN_VERSION: "25.1"
|
||||
ELEMENTS_VERSION: 22.0.2
|
||||
RUST_PROFILE: release # Has to match the one in the compile step
|
||||
PYTEST_OPTS: --timeout=1200
|
||||
PYTEST_OPTS: --timeout=1200 --force-flaky
|
||||
needs:
|
||||
- compile
|
||||
strategy:
|
||||
|
@ -323,7 +323,7 @@ jobs:
|
|||
ELEMENTS_VERSION: 22.0.2
|
||||
RUST_PROFILE: release # Has to match the one in the compile step
|
||||
CFG: compile-gcc
|
||||
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800
|
||||
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky
|
||||
needs:
|
||||
- compile
|
||||
strategy:
|
||||
|
@ -394,7 +394,7 @@ jobs:
|
|||
RUST_PROFILE: release
|
||||
SLOW_MACHINE: 1
|
||||
TEST_DEBUG: 1
|
||||
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800
|
||||
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky
|
||||
needs:
|
||||
- compile
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue