mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
Merge pull request #5731 from guggero/arm-reduce-parallel
Travis: reduce ARM itest parallelism to 2
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
|||||||
- name: Bitcoind Integration ARM
|
- name: Bitcoind Integration ARM
|
||||||
script:
|
script:
|
||||||
- bash ./scripts/install_bitcoind.sh
|
- bash ./scripts/install_bitcoind.sh
|
||||||
- GOARM=7 GOARCH=arm GOOS=linux make itest-parallel backend=bitcoind
|
- GOARM=7 GOARCH=arm GOOS=linux make itest-parallel backend=bitcoind ITEST_PARALLELISM=2
|
||||||
arch: arm64
|
arch: arm64
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
@@ -150,6 +150,9 @@ you.
|
|||||||
lead to failed tests sometimes when the CPU of the GitHub CI runner was
|
lead to failed tests sometimes when the CPU of the GitHub CI runner was
|
||||||
strained too much.
|
strained too much.
|
||||||
|
|
||||||
|
* [Reduce the number of parallel itest runs to 2 on
|
||||||
|
ARM](https://github.com/lightningnetwork/lnd/pull/5731).
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
|
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
|
||||||
|
Reference in New Issue
Block a user