Skip to content

Commit 357f0c7

Browse files
committed
ci: Enable more functional tests on Windows MSVC task
1 parent f559326 commit 357f0c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.cirrus.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ task:
7575
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
7676

7777
task:
78-
name: "Win64 native [unit tests, no functional tests] [msvc]"
78+
name: "Win64 native [msvc]"
7979
<< : *FILTER_TEMPLATE
8080
windows_container:
8181
cpu: 4
@@ -93,6 +93,7 @@ task:
9393
QTBASEDIR: 'C:\Qt5.12.11_x64_static_vs2019_160900'
9494
x64_NATIVE_TOOLS: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"'
9595
IgnoreWarnIntDirInTempDetected: 'true'
96+
EXCLUDE_TESTS: 'feature_addrman.py,feature_bip68_sequence.py,feature_fee_estimation.py,mining_prioritisetransaction.py,p2p_getaddr_caching.py,p2p_invalid_locator.py,p2p_invalid_tx.py,rpc_misc.py,rpc_net.py,wallet_avoidreuse.py,wallet_descriptor.py,wallet_groups.py,wallet_keypool.py'
9697
merge_script:
9798
- git config --global user.email "[email protected]"
9899
- git config --global user.name "ci"
@@ -146,7 +147,8 @@ task:
146147
- python test\util\test_runner.py
147148
- python test\util\rpcauth-test.py
148149
functional_tests_script:
149-
- python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 rpc_help feature_config_args rpc_signer feature_presegwit_node_upgrade "tool_wallet.py --descriptors" --failfast # TODO enable '--extended' and remove cherry-picked test list
150+
# TODO enable '--extended' and drop '--exclude'.
151+
- python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
150152

151153
task:
152154
name: 'ARM [unit tests, no functional tests] [buster]'

0 commit comments

Comments
 (0)