aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-09-27 12:36:11 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-09-27 15:48:58 +0300
commit4befc8f1c0a8ecb4293eedcf8292ac9ccb86011b (patch)
tree7feb4a5bcaf3802fc715eb48dc43de28beff3cc1 /.cirrus.yml
parenteabc2c482aad6e6f9781211d03720752a5b715be (diff)
downloadbitcoin-4befc8f1c0a8ecb4293eedcf8292ac9ccb86011b.tar.xz
ci: Enable feature_asmap.py test on native Windows
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 172e781ec7..b1d27540ed 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -93,7 +93,6 @@ task:
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"'
IgnoreWarnIntDirInTempDetected: 'true'
- EXCLUDE_TESTS: 'feature_asmap.py'
merge_script:
- git config --global user.email "ci@ci.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
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
- # TODO enable '--extended' and drop '--exclude'.
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
+ # TODO enable '--extended'.
+ - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast
task:
name: 'ARM [unit tests, no functional tests] [bullseye]'