mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-03 16:30:42 +02:00
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:
commit
d91a746815
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user