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

Make clippy use single-use queues and no retries #6430

Merged
merged 1 commit into from
Apr 16, 2019

Conversation

baumanj
Copy link
Contributor

@baumanj baumanj commented Apr 16, 2019

There's no need to retry clippy commands, they should be deterministic, so retries would tend to make the CI run take longer to generate an actionable result. Additionally, re-using a container may cause us to get false positives due to rust-lang/rust-clippy#2604. This change should help us avoid that.

There's no need to retry clippy commands, they should be deterministic.
Additionally re-using a container may cause us to get false positives
due to rust-lang/rust-clippy#2604. This
change should help us avoid that.

Signed-off-by: Jon Bauman <[email protected]>
@chef-expeditor
Copy link
Contributor

Hello baumanj! Thanks for the pull request!

Here is what will happen next:

  1. Your PR will be reviewed by the maintainers.
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

Copy link
Contributor

@christophermaier christophermaier left a comment

Choose a reason for hiding this comment

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

tenor-203269020

@baumanj baumanj merged commit 5c654d6 into master Apr 16, 2019
@baumanj baumanj deleted the clippy-ci-single-use-queue-no-retry branch April 16, 2019 14:31
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