Merge bitcoin/bitcoin#32306: ci: Temporarily disable WalletMigration benchmark

18a035145d6abb41e49711de60c4feabe3ba31e9 ci: Temporarily disable `WalletMigration` benchmark (Hennadii Stepanov)

Pull request description:

  The `WalletMigration` benchmark is currently failing on CI.

  This PR temporarily disables it until the issue is resolved.

  An alternative to https://github.com/bitcoin/bitcoin/pull/32302.

ACKs for top commit:
  maflcko:
    lgtm ACK 18a035145d6abb41e49711de60c4feabe3ba31e9
  TheCharlatan:
    ACK 18a035145d6abb41e49711de60c4feabe3ba31e9

Tree-SHA512: bb1451fd0743a2955216a6d06916e411420a76bfed8b69ffcfadf99d0996d8f3b89ed72f855f25269f943ca4c3b4422065fde2374a1bf76c8bb64f14ab883092
This commit is contained in:
Hennadii Stepanov 2025-04-19 12:50:28 +01:00
commit d91a746815
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -358,7 +358,8 @@ jobs:
./src/univalue/unitester.exe
- name: Run benchmarks
run: ./bin/bench_bitcoin.exe -sanity-check
# TODO: Fix the `WalletMigration` benchmark and re-enable it.
run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$'
- name: Adjust paths in test/config.ini
shell: pwsh