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

fix: put checkout_cores test behind a single-threaded feature #1383

Merged
merged 3 commits into from
Dec 4, 2020

Conversation

cryptonemo
Copy link
Collaborator

feat: add checkout_cores test to CI, run single threaded
doc: fix typo

A possible way to address #1378

@@ -147,6 +147,7 @@ jobs:
ulimit -u 20000
ulimit -n 20000
cargo +<< pipeline.parameters.nightly-toolchain >> -Zpackage-features test --all --verbose --release lifecycle -- --ignored --nocapture
cargo +<< pipeline.parameters.nightly-toolchain >> -Zpackage-features test --features single-threaded --release checkout_cores -- --test-threads=1
Copy link
Contributor

@dignifiedquire dignifiedquire Dec 3, 2020

Choose a reason for hiding this comment

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

this is missing the --all package specifier

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Correct, that's the purpose of this PR. The all is performed, followed by the single checkout_cores test that is isolated.

Copy link
Contributor

Choose a reason for hiding this comment

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

but it still needs to select a package?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok, adding the package is more direct, I'll change that (just tried locally).

@cryptonemo
Copy link
Collaborator Author

Currently, the sdr checkout test is done on the pairing side and not mirrored on the blst side. I don't think there's any need to run it more than once. Should it be moved out to a separate job entirely? I only really want to know if it's failing for some reason on CI.

@cryptonemo cryptonemo merged commit b1a8d84 into master Dec 4, 2020
@cryptonemo cryptonemo deleted the update-checkout-core branch December 4, 2020 13:57
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.

2 participants