aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-29 08:26:17 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-29 08:26:20 +0200
commit8daecf4d1d86823f7ba2c9f02eaf0d49893084be (patch)
tree32c7b7ccf8cb37adcc9ba3e509be0843088d8f6e
parent7d4ea7c7ef87dab2c0de4845f96db8074f8b217d (diff)
parentfa87230ec5c32df83b22c04c12d69c394e58fe4c (diff)
downloadbitcoin-8daecf4d1d86823f7ba2c9f02eaf0d49893084be.tar.xz
Merge bitcoin/bitcoin#23108: ci: Enable extended tests on native Windows
fa87230ec5c32df83b22c04c12d69c394e58fe4c ci: Enable extended tests on native Windows (MarcoFalke) Pull request description: ACKs for top commit: hebasto: ACK fa87230ec5c32df83b22c04c12d69c394e58fe4c Tree-SHA512: d1b15a572021462b52e900d91b89b6a9cb3451fc7d1aebf4272f856b78fa1382a170ef9b7fb54702ebe0b2e123e3b618375bcf99a390e57c2039cbab61fa9114
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index b1d27540ed..48747ac138 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -150,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'.
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast
+ # 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 --extended --exclude feature_dbcrash
task:
name: 'ARM [unit tests, no functional tests] [bullseye]'