mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-11 01:11:02 +02:00
Merge pull request #5734 from bhandras/itest_parallelism
build: fix itest parallelism
This commit is contained in:
commit
15ec974b15
@ -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 ITEST_PARALLELISM=2
|
- GOARM=7 GOARCH=arm GOOS=linux make itest-parallel backend=bitcoind tranches=2 parallel=2
|
||||||
arch: arm64
|
arch: arm64
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
# The windows VM seems to be slower than the other Travis VMs. We only
|
# The windows VM seems to be slower than the other Travis VMs. We only
|
||||||
# run 2 test suites in parallel instead of the default 4.
|
# run 2 test suites in parallel instead of the default 4.
|
||||||
- make itest-parallel windows=1 ITEST_PARALLELISM=2
|
- make itest-parallel windows=1 tranches=2 parallel=2
|
||||||
os: windows
|
os: windows
|
||||||
before_install:
|
before_install:
|
||||||
- choco upgrade --no-progress -y make netcat curl findutils
|
- choco upgrade --no-progress -y make netcat curl findutils
|
||||||
|
@ -155,6 +155,8 @@ you.
|
|||||||
* [Reduce the number of parallel itest runs to 2 on
|
* [Reduce the number of parallel itest runs to 2 on
|
||||||
ARM](https://github.com/lightningnetwork/lnd/pull/5731).
|
ARM](https://github.com/lightningnetwork/lnd/pull/5731).
|
||||||
|
|
||||||
|
* [Fix Travis itest parallelism](https://github.com/lightningnetwork/lnd/pull/5734)
|
||||||
|
|
||||||
## 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**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user