Skip to content

Commit a44f514

Browse files
committed
debugcirrus
1 parent c388581 commit a44f514

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.cirrus.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ task:
8181
env:
8282
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
8383

84-
task:
85-
name: "Win64 native [msvc]"
84+
win64_native_common: &win64_native_common
8685
<< : *FILTER_TEMPLATE
8786
windows_container:
8887
cpu: 4
@@ -160,11 +159,18 @@ task:
160159
- cd %CIRRUS_WORKING_DIR%
161160
- python build_msvc\msvc-autogen.py
162161
- msbuild build_msvc\bitcoin.sln -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
162+
163+
task:
164+
name: "Win64 native [msvc] (unit tests)"
165+
<<: *win64_native_common
163166
unit_tests_script:
164167
- src\test_elements.exe -l test_suite
165168
- src\bench_elements.exe > NUL
166169
- python test\util\test_runner.py
167170
- python test\util\rpcauth-test.py
171+
task:
172+
name: "Win64 native [msvc] (functional tests)"
173+
<<: *win64_native_common
168174
functional_tests_script:
169175
# Increase the dynamic port range to the maximum allowed value to mitigate "OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted".
170176
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
@@ -175,7 +181,6 @@ task:
175181
# Exclude also wallet_avoidreuse due to timeout
176182
# Ignore failures for now, need to investigate but we really don't use native win64 builds
177183
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse || true
178-
179184
artifacts:
180185
paths:
181186
- artifactsdir/**/*.log

0 commit comments

Comments
 (0)