Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
2e8249dc
Commit
2e8249dc
authored
2 years ago
by
Alexander Samusev
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ci] chores: remove cargo install nextest (#11961)
parent
f5c644f2
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/scripts/ci/gitlab/pipeline/test.yml
+0
-4
0 additions, 4 deletions
substrate/scripts/ci/gitlab/pipeline/test.yml
with
0 additions
and
4 deletions
substrate/scripts/ci/gitlab/pipeline/test.yml
+
0
−
4
View file @
2e8249dc
...
...
@@ -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
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment