@@ -177,10 +177,16 @@ task:
177
177
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
178
178
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
179
179
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
180
+ - mkdir artifactsdir
180
181
# Exclude feature_dbcrash for now due to timeout
181
182
# Exclude also wallet_avoidreuse due to timeout
182
183
# Ignore failures for now, need to investigate but we really don't use native win64 builds
183
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse,feature_trim_headers
184
+ - python test\functional\test_runner.py --tmpdirprefix=artifactsdir/ --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse,feature_trim_headers
185
+ artifacts :
186
+ paths :
187
+ - artifactsdir/**/*.log
188
+ - artifactsdir/**/tmp*
189
+ - artifactsdir/**/*.conf
184
190
185
191
task :
186
192
name : " Win64 native [msvc] (functional tests 2)"
@@ -193,7 +199,12 @@ task:
193
199
# Exclude feature_dbcrash for now due to timeout
194
200
# Exclude also wallet_avoidreuse due to timeout
195
201
# Ignore failures for now, need to investigate but we really don't use native win64 builds
196
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 feature_dbcrash,wallet_avoidreuse,feature_trim_headers
202
+ - python test\functional\test_runner.py --tmpdirprefix=artifactsdir/ --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 feature_dbcrash,wallet_avoidreuse,feature_trim_headers
203
+ artifacts :
204
+ paths :
205
+ - artifactsdir/**/*.log
206
+ - artifactsdir/**/tmp*
207
+ - artifactsdir/**/*.conf
197
208
198
209
task :
199
210
name : ' ARM [unit tests, no functional tests] [bullseye]'
0 commit comments