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

Commit 0919996

Browse files
authored
ci: update check-runtime-migration fixme issues (#7141)
* update configs for check-runtime-migration tasks * update fixme issues * fix indentation
1 parent 9299364 commit 0919996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci/gitlab/pipeline/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ check-runtime-migration-polkadot:
8787
- .check-runtime-migration
8888
variables:
8989
NETWORK: "polkadot"
90-
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
90+
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
9191

9292
check-runtime-migration-kusama:
9393
stage: check
@@ -98,7 +98,7 @@ check-runtime-migration-kusama:
9898
- .check-runtime-migration
9999
variables:
100100
NETWORK: "kusama"
101-
allow_failure: true
101+
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
102102

103103
check-runtime-migration-westend:
104104
stage: check
@@ -109,7 +109,7 @@ check-runtime-migration-westend:
109109
- .check-runtime-migration
110110
variables:
111111
NETWORK: "westend"
112-
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
112+
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
113113

114114
# is broken, need to fix
115115
check-no-default-features:

0 commit comments

Comments
 (0)