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

Commit

Permalink
[WIP][ci] Add node to check-runtime-migration job
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 5, 2022
1 parent 3eb61f8 commit 1b68b74
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,19 @@ check-try-runtime:
- cargo check --features try-runtime --all

# More info can be found here: https://github.com/paritytech/polkadot/pull/5865
# Works only in PRs
# Works only in PRs with E1 label
check-runtime-migration:
stage: check
extends:
- .docker-env
# - .docker-env
# k8s runner for test
- .kubernetes-env
- .test-pr-refs
- .compiler-info
# for test
timeout: 3h
variables:
WS: ws://substrate-api-sidecar-benchmark-node.nodes:9944
script:
- |
export has_runtimemigration_label=$(curl -sS -H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 1b68b74

Please sign in to comment.