bitcoin/ci/test
MacroFake 7d82f86341
Merge bitcoin/bitcoin#25650: script: default to necessary tags in `test/get_previous_releases.py`
21a9e94dbb ci: remove hardcoded tag list from ci scripts (josibake)
d530ba390e doc: update test/README.md (josibake)
614d4682ba script: default to necessary tags in get_previous_releases.py (josibake)

Pull request description:

  Almost every time I need to use this script, I forget the tag list is needed and that a specific set of tags is needed for the backwards compatibility tests to work. I end up wasting time reading through the script and googling to find the tag list before remembering it is in `test/README.md`

  I assume (hope) I'm not the only one this happens to, so I figured it would make more sense to have the script default to downloading/building the necessary tags. This has the added benefit of making the script the source of truth: the script already needs to be updated with the SHA256_SUM of the binary for every new tag that is added, so it makes sense to use `SHA256_SUMS` list as the necessary tag list. This means there is less risk of the README and the script drifting (i.e updating the readme with a new tag and forgetting to update the script, or updating the script and forgetting to update the README). Now all that needs to happen is to update the `SHA256_SUMS` list in the script and everything Just Works (TM)

ACKs for top commit:
  Sjors:
    re-tACK 21a9e94dbb

Tree-SHA512: 97b488227a89a6827584edd251820a7074fad75dfd7f26f1aa5f858e2521d2e02effd0f11e6dc4676e1155d3d5aba6ff94a4b58ffef80dc201376afd5927deb9
2022-08-05 10:51:06 +02:00
..
00_setup_env.sh
00_setup_env_android.sh
00_setup_env_arm.sh
00_setup_env_i686_centos.sh
00_setup_env_i686_multiprocess.sh
00_setup_env_mac.sh
00_setup_env_mac_native_x86_64.sh ci: Improve naming related to "macOS 12 native x86_64" task 2022-06-22 10:15:16 +02:00
00_setup_env_native_asan.sh ci: run USDT interface test in a VM 2022-07-08 19:41:58 +02:00
00_setup_env_native_fuzz.sh
00_setup_env_native_fuzz_with_msan.sh
00_setup_env_native_fuzz_with_valgrind.sh ci: better pin to dwarf4 in valgrind job 2022-07-21 10:16:46 +01:00
00_setup_env_native_msan.sh
00_setup_env_native_nowallet_libbitcoinkernel.sh
00_setup_env_native_qt5.sh ci: remove hardcoded tag list from ci scripts 2022-07-21 12:02:08 +02:00
00_setup_env_native_tidy.sh ci: run USDT interface test in a VM 2022-07-08 19:41:58 +02:00
00_setup_env_native_tsan.sh
00_setup_env_native_valgrind.sh ci: better pin to dwarf4 in valgrind job 2022-07-21 10:16:46 +01:00
00_setup_env_s390x.sh
00_setup_env_win64.sh
04_install.sh ci: run USDT interface test in a VM 2022-07-08 19:41:58 +02:00
05_before_script.sh ci: remove hardcoded tag list from ci scripts 2022-07-21 12:02:08 +02:00
06_script_a.sh [ci] apply cache size limit and print ccache statistics in "ARM64 Android APK" 2022-07-04 22:18:41 +09:00
06_script_b.sh validationcaches: Add and use ValidationCacheSizes 2022-08-03 12:03:27 -04:00
wrap-qemu.sh refactor: integrate no_nul into univalue unitester 2022-07-18 09:15:18 +01:00
wrap-valgrind.sh
wrap-wine.sh refactor: integrate no_nul into univalue unitester 2022-07-18 09:15:18 +01:00
wrapped-cl.bat