Skip to content
Snippets Groups Projects
Commit 1fbf37f9 authored by Liam Aharon's avatar Liam Aharon Committed by GitHub
Browse files

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

* update configs for check-runtime-migration tasks

* update fixme issues

* fix indentation
parent d20e3c11
No related merge requests found
......@@ -87,7 +87,7 @@ check-runtime-migration-polkadot:
- .check-runtime-migration
variables:
NETWORK: "polkadot"
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
check-runtime-migration-kusama:
stage: check
......@@ -98,7 +98,7 @@ check-runtime-migration-kusama:
- .check-runtime-migration
variables:
NETWORK: "kusama"
allow_failure: true
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
check-runtime-migration-westend:
stage: check
......@@ -109,7 +109,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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment