Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

WIP: Run try-runtime hooks in CI #6491

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,7 @@ pub type Migrations = (
NominationPoolsMigrationV4OldPallet,
>,
// Unreleased - add new migrations here:
pallet_nomination_pools::migration::v5::MigrateToV5<Runtime>, // FAIL-CI remove
pallet_nomination_pools::migration::v5::MigrateToV5<Runtime>,
parachains_configuration::migration::v5::MigrateToV5<Runtime>,
);
Expand Down
3 changes: 3 additions & 0 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ check-try-runtime:
- .docker-env
- .test-pr-refs
- .compiler-info
env:
WASMTIME_BACKTRACE_DETAILS: 1
RUST_BACKTRACE: full
script:
- |
export has_runtimemigration_label=$(curl -sS -H "Accept: application/vnd.github+json" \
Expand Down