Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Remove runtime-benchmarks from tests #1335

Merged
merged 10 commits into from
Sep 4, 2023
Merged
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
alvicsam marked this conversation as resolved.
Show resolved Hide resolved

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