mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 17:51:09 +00:00
ci: update check-runtime-migration fixme issues (#7141)
* update configs for check-runtime-migration tasks * update fixme issues * fix indentation
This commit is contained in:
@@ -87,7 +87,7 @@ check-runtime-migration-polkadot:
|
|||||||
- .check-runtime-migration
|
- .check-runtime-migration
|
||||||
variables:
|
variables:
|
||||||
NETWORK: "polkadot"
|
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:
|
check-runtime-migration-kusama:
|
||||||
stage: check
|
stage: check
|
||||||
@@ -98,7 +98,7 @@ check-runtime-migration-kusama:
|
|||||||
- .check-runtime-migration
|
- .check-runtime-migration
|
||||||
variables:
|
variables:
|
||||||
NETWORK: "kusama"
|
NETWORK: "kusama"
|
||||||
allow_failure: true
|
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
|
||||||
|
|
||||||
check-runtime-migration-westend:
|
check-runtime-migration-westend:
|
||||||
stage: check
|
stage: check
|
||||||
@@ -109,7 +109,7 @@ check-runtime-migration-westend:
|
|||||||
- .check-runtime-migration
|
- .check-runtime-migration
|
||||||
variables:
|
variables:
|
||||||
NETWORK: "westend"
|
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
|
# is broken, need to fix
|
||||||
check-no-default-features:
|
check-no-default-features:
|
||||||
|
|||||||
Reference in New Issue
Block a user