Skip to content

Commit 2b7215a

Browse files
committed
cleanup
1 parent a44f514 commit 2b7215a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.cirrus.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,10 @@ task:
176176
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
177177
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
178178
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
179-
- mkdir artifactsdir
180179
# Exclude feature_dbcrash for now due to timeout
181180
# Exclude also wallet_avoidreuse due to timeout
182181
# Ignore failures for now, need to investigate but we really don't use native win64 builds
183182
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse || true
184-
artifacts:
185-
paths:
186-
- artifactsdir/**/*.log
187-
- artifactsdir/**/tmp*
188-
- artifactsdir/**/*.conf
189183

190184
task:
191185
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)