Skip to content

Commit

Permalink
[ci] allow fail build-runtimes-polkavm job (#3354)
Browse files Browse the repository at this point in the history
PR allows `build-runtimes-polkavm` to fail. Also added DAG to run the
job immediately.

cc paritytech/ci_cd#945
cc #3352
  • Loading branch information
alvicsam authored Feb 16, 2024
1 parent fde4447 commit ad68a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad68a05

Please sign in to comment.