Skip to content

Commit 9cbb498

Browse files
committed
ci: set Bitcoin Core CI test repetition
1 parent e87d95b commit 9cbb498

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/bitcoin-core-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ env:
2020
BITCOIN_REPO: bitcoin/bitcoin
2121
LLVM_VERSION: 22
2222
LIBCXX_DIR: /tmp/libcxx-build/
23-
ASAN_UBSAN_UNIT_TEST_RUNS: 1
24-
ASAN_UBSAN_FUNCTIONAL_TEST_RUNS: 1
25-
ASAN_UBSAN_NPROC_MULTIPLIER: 1
26-
MACOS_UNIT_TEST_RUNS: 1
27-
MACOS_FUNCTIONAL_TEST_RUNS: 1
28-
MACOS_NPROC_MULTIPLIER: 1
29-
TSAN_UNIT_TEST_RUNS: 1
30-
TSAN_FUNCTIONAL_TEST_RUNS: 1
31-
TSAN_NPROC_MULTIPLIER: 1
23+
ASAN_UBSAN_UNIT_TEST_RUNS: 15
24+
ASAN_UBSAN_FUNCTIONAL_TEST_RUNS: 300
25+
ASAN_UBSAN_NPROC_MULTIPLIER: 10
26+
MACOS_UNIT_TEST_RUNS: 50
27+
MACOS_FUNCTIONAL_TEST_RUNS: 200
28+
MACOS_NPROC_MULTIPLIER: 5
29+
TSAN_UNIT_TEST_RUNS: 8
30+
TSAN_FUNCTIONAL_TEST_RUNS: 300
31+
TSAN_NPROC_MULTIPLIER: 10
3232

3333
jobs:
3434
bitcoin-core:

0 commit comments

Comments
 (0)