@@ -177,10 +177,16 @@ task:
177177 # See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
178178 - netsh int ipv4 set dynamicport tcp start=1025 num=64511
179179 - netsh int ipv6 set dynamicport tcp start=1025 num=64511
180+ - mkdir artifactsdir
180181 # Exclude feature_dbcrash for now due to timeout
181182 # Exclude also wallet_avoidreuse due to timeout
182183 # 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
184190
185191task :
186192 name : " Win64 native [msvc] (functional tests 2)"
@@ -193,7 +199,12 @@ task:
193199 # Exclude feature_dbcrash for now due to timeout
194200 # Exclude also wallet_avoidreuse due to timeout
195201 # 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
197208
198209task :
199210 name : ' ARM [unit tests, no functional tests] [bullseye]'
0 commit comments