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

ci: update check-runtime-migration fixme issues #7141

Merged
merged 3 commits into from
Apr 27, 2023
Merged
Changes from 1 commit
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
4 changes: 1 addition & 3 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ check-runtime-migration-polkadot:
- .check-runtime-migration
variables:
NETWORK: "polkadot"
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
liamaharon marked this conversation as resolved.
Show resolved Hide resolved

check-runtime-migration-kusama:
stage: check
Expand All @@ -98,7 +97,6 @@ check-runtime-migration-kusama:
- .check-runtime-migration
variables:
NETWORK: "kusama"
allow_failure: true

check-runtime-migration-westend:
stage: check
Expand All @@ -109,7 +107,7 @@ check-runtime-migration-westend:
- .check-runtime-migration
variables:
NETWORK: "westend"
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107

# is broken, need to fix
check-no-default-features:
Expand Down