mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
ci: Bump --combinedlogslen to debug intermittent issues
This commit is contained in:
parent
52d6509497
commit
faddb7373a
@ -188,7 +188,7 @@ task:
|
|||||||
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
|
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
|
||||||
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
|
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
|
||||||
# Exclude feature_dbcrash for now due to timeout
|
# Exclude feature_dbcrash for now due to timeout
|
||||||
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=6 --timeout-factor=8 --extended --exclude feature_dbcrash
|
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=99999999 --jobs=6 --timeout-factor=8 --extended --exclude feature_dbcrash
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'ARM [unit tests, no functional tests] [bullseye]'
|
name: 'ARM [unit tests, no functional tests] [bullseye]'
|
||||||
|
@ -31,7 +31,7 @@ if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
||||||
CI_EXEC LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" "${TEST_RUNNER_ENV}" test/functional/test_runner.py --ci "$MAKEJOBS" --tmpdirprefix "${BASE_SCRATCH_DIR}/test_runner/" --ansi --combinedlogslen=4000 --timeout-factor="${TEST_RUNNER_TIMEOUT_FACTOR}" "${TEST_RUNNER_EXTRA}" --quiet --failfast
|
CI_EXEC LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" "${TEST_RUNNER_ENV}" test/functional/test_runner.py --ci "$MAKEJOBS" --tmpdirprefix "${BASE_SCRATCH_DIR}/test_runner/" --ansi --combinedlogslen=99999999 --timeout-factor="${TEST_RUNNER_TIMEOUT_FACTOR}" "${TEST_RUNNER_EXTRA}" --quiet --failfast
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${RUN_TIDY}" = "true" ]; then
|
if [ "${RUN_TIDY}" = "true" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user