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: parallelize test runs accross packages #1358

Merged
merged 3 commits into from
Nov 19, 2020
Merged

Conversation

dignifiedquire
Copy link
Contributor

Closes #1354

- restore_parameter_cache
- run:
name: Test with use_multicore_sdr pairing enabled
command: |
ulimit -n 20000
ulimit -u 20000
ulimit -n 20000
cargo +nightly -Zpackage-features test --all --verbose --release --test api -- --ignored lifecycle
cargo +nightly-2020-11-09 -Zpackage-features test --all --verbose --release lifecycle -- --ignored --nocapture
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be a followup PR: making the exactly nightly version (nightly-2020-11-09) a variable would be great. This would make updating to never versions easier (I already see myself wanting a newer nightly and then forgot to change it at all places).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you tell me how I can use a variable in the config, I would love to use one

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

storage-proofs/post/Cargo.toml Outdated Show resolved Hide resolved
storage-proofs/core/src/parameter_cache.rs Show resolved Hide resolved
vmx
vmx previously approved these changes Nov 18, 2020
@dignifiedquire dignifiedquire merged commit 625b121 into master Nov 19, 2020
@dignifiedquire dignifiedquire deleted the ci-split-up branch November 19, 2020 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve CI speed
3 participants