From 4d89585a2df51a73495d74e28a676e403cf43112 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 14 Sep 2021 22:08:07 +0200 Subject: [PATCH] Travis: reduce ARM itest parallelism to 2 Reduces the number of concurrent tranches of itests running to two on ARM in an attempt to make the tests less flaky because of very high CPU usage with the default 4 parallel tranches. --- .travis.yml | 2 +- docs/release-notes/release-notes-0.14.0.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c8b69d215..e2640ae27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ jobs: - name: Bitcoind Integration ARM script: - 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 services: - docker diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index f36fd6214..67c8b7b64 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -150,6 +150,9 @@ you. lead to failed tests sometimes when the CPU of the GitHub CI runner was strained too much. +* [Reduce the number of parallel itest runs to 2 on + ARM](https://github.com/lightningnetwork/lnd/pull/5731). + ## Documentation * [Outdated warning about unsupported pruning was replaced with clarification that LND **does**