Skip to content

Commit

Permalink
Exclude nomination pool benches (#915)
Browse files Browse the repository at this point in the history
These broke after the ED changes from #901. I haven't been able to solve this in a satisfactory way,
so in order to keep the `v0.2.0` release pipeline moving I suggest we ignore this for now and
investigate later.

See #914 for more details.
  • Loading branch information
HCastano authored Jun 26, 2024
1 parent 8bb8507 commit 0f46642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ entropyTemplate=.maintain/frame-weight-template.hbs
licenseHeader=.maintain/AGPL-3.0-header.txt
# Manually exclude some pallets.
excluded_pallets=(
# FIXME (#914): Changes to the ED have broken these benchmarks, we need to address that before
# we can run them.
pallet_nomination_pools
)

# Load all pallet names in an array.
Expand Down

0 comments on commit 0f46642

Please sign in to comment.