mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Fix CI (#1316)
* Fix deterministic WASM check Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix build-staking-miner Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove Kusama and Polkadot runtime-migration checks Will be removed in https://github.com/paritytech/polkadot-sdk/pull/1304 anyway. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
5462409cc0
commit
36b4f2583e
@@ -121,30 +121,6 @@ test-rust-feature-propagation:
|
||||
--runtime ./target/release/wbuild/"$NETWORK"-runtime/target/wasm32-unknown-unknown/release/"$NETWORK"_runtime.wasm \
|
||||
on-runtime-upgrade --checks=pre-and-post live --uri wss://${NETWORK}-try-runtime-node.parity-chains.parity.io:443
|
||||
|
||||
check-runtime-migration-polkadot:
|
||||
stage: check
|
||||
extends:
|
||||
- .docker-env
|
||||
- .test-pr-refs
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "polkadot"
|
||||
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
|
||||
|
||||
check-runtime-migration-kusama:
|
||||
stage: check
|
||||
# DAG
|
||||
needs:
|
||||
- job: check-runtime-migration-polkadot
|
||||
artifacts: false
|
||||
extends:
|
||||
- .docker-env
|
||||
- .test-pr-refs
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "kusama"
|
||||
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
|
||||
|
||||
check-runtime-migration-westend:
|
||||
stage: check
|
||||
extends:
|
||||
@@ -153,7 +129,6 @@ check-runtime-migration-westend:
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "westend"
|
||||
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
|
||||
|
||||
check-runtime-migration-rococo:
|
||||
stage: check
|
||||
@@ -167,7 +142,6 @@ check-runtime-migration-rococo:
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "rococo"
|
||||
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
|
||||
|
||||
find-fail-ci-phrase:
|
||||
stage: check
|
||||
|
||||
Reference in New Issue
Block a user