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

Commit

Permalink
disable other jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 5, 2022
1 parent a4410fc commit f3bd877
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@ include:
# check jobs
- scripts/ci/gitlab/pipeline/check.yml
# test jobs
- scripts/ci/gitlab/pipeline/test.yml
# build jobs
- scripts/ci/gitlab/pipeline/build.yml
# short-benchmarks jobs
- scripts/ci/gitlab/pipeline/short-benchmarks.yml
# publish jobs
- scripts/ci/gitlab/pipeline/publish.yml
# zombienet jobs
- scripts/ci/gitlab/pipeline/zombienet.yml
# - scripts/ci/gitlab/pipeline/test.yml
# # build jobs
# - scripts/ci/gitlab/pipeline/build.yml
# # short-benchmarks jobs
# - scripts/ci/gitlab/pipeline/short-benchmarks.yml
# # publish jobs
# - scripts/ci/gitlab/pipeline/publish.yml
# # zombienet jobs
# - scripts/ci/gitlab/pipeline/zombienet.yml



Expand Down
3 changes: 3 additions & 0 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ 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:433"
time cargo test --release -p polkadot-runtime --features try-runtime
echo "Running try-runtime for kusama"
export WS="wss://kusama-try-runtime-node.parity-chains.parity.io:433"
time cargo test --release -p kusama-runtime --features try-runtime
echo "Running try-runtime for westend"
export WS="wss://westend-try-runtime-node.parity-chains.parity.io:433"
time cargo test --release -p westend-runtime --features try-runtime
else
Expand Down

0 comments on commit f3bd877

Please sign in to comment.