Skip to content
Snippets Groups Projects
Unverified Commit ad68a050 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] allow fail build-runtimes-polkavm job (#3354)

PR allows `build-runtimes-polkavm` to fail. Also added DAG to run the
job immediately.

cc https://github.com/paritytech/ci_cd/issues/945
cc https://github.com/paritytech/polkadot-sdk/issues/3352
parent fde44474
Branches
No related merge requests found
Pipeline #445698 passed with warnings with stages
in 48 minutes and 48 seconds
......@@ -335,11 +335,13 @@ build-runtimes-polkavm:
extends:
- .docker-env
- .common-refs
- .run-immediately
script:
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p minimal-runtime
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p westend-runtime
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p rococo-runtime
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p polkadot-test-runtime
allow_failure: true
.build-subkey:
stage: build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment