File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # ## Global defaults
2
-
3
- env :
1
+ env : # Global defaults
4
2
PACKAGE_MANAGER_INSTALL : " apt-get update && apt-get install -y"
5
3
MAKEJOBS : " -j4"
6
4
TEST_RUNNER_PORT_MIN : " 14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
@@ -130,6 +128,7 @@ task:
130
128
folder : ' C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives'
131
129
install_python_script :
132
130
- choco install --yes --no-progress python3 --version=3.9.6
131
+ - pip install zmq
133
132
- python -VV
134
133
install_vcpkg_script :
135
134
- cd ..
@@ -149,6 +148,8 @@ task:
149
148
- src\bench_bitcoin.exe > NUL
150
149
- python test\util\test_runner.py
151
150
- python test\util\rpcauth-test.py
151
+ functional_tests_script :
152
+ - 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
152
153
153
154
task :
154
155
name : ' ARM [unit tests, no functional tests] [buster]'
You can’t perform that action at this time.
0 commit comments