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

Commit

Permalink
[ci] chores: remove cargo install nextest (#11961)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Aug 2, 2022
1 parent 938c0d9 commit 028ee35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ test-linux-stable:
parallel: 3
script:
- rusty-cachier snapshot create
# TODO: remove when current paritytech/ci-linux:staging (with rust stable 1.62) is switched to production
- time cargo install cargo-nextest
# this job runs all tests in former runtime-benchmarks, frame-staking and wasmtime tests
# tests are partitioned by nextest and executed in parallel on $CI_NODE_TOTAL runners
# node-cli is excluded until https://github.com/paritytech/substrate/issues/11321 fixed
Expand Down Expand Up @@ -373,8 +371,6 @@ test-wasmer-sandbox:
parallel: 3
script:
- rusty-cachier snapshot create
# TODO: remove when current paritytech/ci-linux:staging (with rust stable 1.62) is switched to production
- cargo install cargo-nextest
- echo "Node index - ${CI_NODE_INDEX}. Total amount - ${CI_NODE_TOTAL}"
- time cargo nextest run --release --features runtime-benchmarks,wasmer-sandbox,disable-ui-tests --partition count:${CI_NODE_INDEX}/${CI_NODE_TOTAL}
- if [ ${CI_NODE_INDEX} == 1 ]; then rusty-cachier cache upload; fi
Expand Down

0 comments on commit 028ee35

Please sign in to comment.