ci: Enable extended tests on native Windows

pull/23108/head
MarcoFalke 3 years ago
parent f036c35e51
commit fa87230ec5
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -150,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'. # Exclude feature_dbcrash for now due to timeout
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast --extended --exclude feature_dbcrash
task: task:
name: 'ARM [unit tests, no functional tests] [bullseye]' name: 'ARM [unit tests, no functional tests] [bullseye]'

Loading…
Cancel
Save