mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 17:42:37 +02:00
Merge bitcoin/bitcoin#23103: ci: Enable feature_asmap.py test on native Windows
4befc8f1c0
ci: Enable feature_asmap.py test on native Windows (Hennadii Stepanov) Pull request description: This PR is a [follow up](https://github.com/bitcoin/bitcoin/pull/23084#issuecomment-927077970) of #23084. It enables the `feature_asmap.py` functional test which is fixed in #23084. ACKs for top commit: MarcoFalke: cr ACK4befc8f1c0
Tree-SHA512: bdd813f0a360b7acc4be764bb402de91be519282c107ad1952f5dccd1171e39cca0e4ce11b6257de1135ddde8deb8465d1dccf29450a1cd16f6894ed86c67cb8
This commit is contained in:
commit
f036c35e51
@ -93,7 +93,6 @@ task:
|
|||||||
QTBASEDIR: 'C:\Qt5.12.11_x64_static_vs2019_160900'
|
QTBASEDIR: 'C:\Qt5.12.11_x64_static_vs2019_160900'
|
||||||
x64_NATIVE_TOOLS: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"'
|
x64_NATIVE_TOOLS: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"'
|
||||||
IgnoreWarnIntDirInTempDetected: 'true'
|
IgnoreWarnIntDirInTempDetected: 'true'
|
||||||
EXCLUDE_TESTS: 'feature_asmap.py'
|
|
||||||
merge_script:
|
merge_script:
|
||||||
- git config --global user.email "ci@ci.ci"
|
- git config --global user.email "ci@ci.ci"
|
||||||
- git config --global user.name "ci"
|
- git config --global user.name "ci"
|
||||||
@ -151,8 +150,8 @@ task:
|
|||||||
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
|
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
|
||||||
- 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
|
||||||
# TODO enable '--extended' and drop '--exclude'.
|
# TODO enable '--extended'.
|
||||||
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
|
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'ARM [unit tests, no functional tests] [bullseye]'
|
name: 'ARM [unit tests, no functional tests] [bullseye]'
|
||||||
|
Loading…
Reference in New Issue
Block a user