Skip to content
Merged
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test-linux-stable:
--locked \
--release \
--no-fail-fast \
--features runtime-benchmarks,try-runtime,experimental \
--features try-runtime,experimental \
--partition count:${CI_NODE_INDEX}/${CI_NODE_TOTAL}
# run runtime-api tests with `enable-staging-api` feature on the 1st node
- if [ ${CI_NODE_INDEX} == 1 ]; then time cargo nextest run -p sp-api-test --features enable-staging-api; fi
Expand Down Expand Up @@ -92,7 +92,8 @@ test-linux-stable-additional-tests:
--locked \
--release \
--features runtime-benchmarks,try-runtime
allow_failure: true
# https://github.com/paritytech/ci_cd/issues/864
- time cargo nextest run --features runtime-benchmarks benchmark --locked --cargo-profile testnet

# these ones can be really slow so it's better to run them separately
test-linux-stable-slow:
Expand Down