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

Commit

Permalink
try kusama first
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 12, 2022
1 parent 5526842 commit cd0245c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ check-runtime-migration:
if [[ $has_runtimemigration_label != 0 ]]; then
echo "Found label runtimemigration. Running tests"
export RUST_LOG=remote-ext=debug,runtime=debug
echo "Running try-runtime for polkadot"
export WS="wss://polkadot-try-runtime-node.parity-chains.parity.io:443"
time cargo test --release -p polkadot-runtime --features try-runtime
echo "Running try-runtime for kusama"
echo "---------- Running try-runtime for kusama "----------
export WS="wss://kusama-try-runtime-node.parity-chains.parity.io:443"
time cargo test --release -p kusama-runtime --features try-runtime
echo "Running try-runtime for westend"
echo ""---------- Running try-runtime for westend "----------"
export WS="wss://westend-try-runtime-node.parity-chains.parity.io:443"
time cargo test --release -p westend-runtime --features try-runtime
echo ""---------- Running try-runtime for polkadot "----------"
export WS="wss://polkadot-try-runtime-node.parity-chains.parity.io:443"
time cargo test --release -p polkadot-runtime --features try-runtime
else
echo "runtimemigration label not found. Skipping"
fi
Expand Down

0 comments on commit cd0245c

Please sign in to comment.