This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scripts/ci/gitlab/pipeline Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
9292check-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
103103check-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
115115check-no-default-features :
You can’t perform that action at this time.
0 commit comments