MarcoFalke
|
fa2719ab1b
|
ci: [refactor] Move run_unit_tests to ci-windows-cross.py
|
2026-02-10 14:25:31 +01:00 |
|
MarcoFalke
|
fa99ba5f14
|
ci: Set PREVIOUS_RELEASES_DIR env var in ci-windows-cross.py
This uses the workspace instead of the runner.temp, so that it is easier
to reproduce the CI locally.
|
2026-02-10 14:24:29 +01:00 |
|
MarcoFalke
|
fa4a1cab6c
|
ci: Move run_functional_tests into ci-windows-cross.py
This is mostly a refactor, except for putting the temp dirs into
Path.cwd(), which makes running this locally easier.
Note, the use of process_cpu_count() is intentional. It was only added
in Python 3.13, according to
https://docs.python.org/3/library/os.html#os.process_cpu_count .
However, Python 3.13 is also the minimum required version on Windows,
according to
https://github.com/bitcoin/bitcoin/issues/29897#issuecomment-2940318094
to avoid intermittent test failures.
|
2026-02-10 14:24:02 +01:00 |
|
MarcoFalke
|
1111108685
|
ci: [refactor] Move pyzmq install and get_previous_releases into ci-windows-cross.py
|
2026-02-10 14:22:58 +01:00 |
|
MarcoFalke
|
fac9c7bd66
|
ci: [refactor] Move config.ini rewrite to ci-windows-cross.py
|
2026-02-10 14:21:54 +01:00 |
|
MarcoFalke
|
faf7389466
|
ci: Move check_manifests step to ci-windows-cross.py
This is almost a refactor. The only change is putting the
bitcoind.manifest into a different folder.
|
2026-02-10 11:16:53 +01:00 |
|
MarcoFalke
|
fa674d55df
|
ci: [refactor] Move print_version step into ci-windows-cross.py helper
|
2026-02-10 10:54:55 +01:00 |
|