Skip to content

Improve message for no CI builds found and various cleanup #121

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

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

camelid
Copy link
Member

@camelid camelid commented Nov 1, 2020

  • Improve message for no CI builds found
  • Various cleanup

@@ -1146,7 +1142,7 @@ fn bisect_ci_in_commits(

if commits.is_empty() {
bail!(
"no commits between {} and {} within last 167 days",
"no CI builds available between {} and {} within last 167 days",
Copy link
Member Author

Choose a reason for hiding this comment

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

This error message confuses me: What does it mean by "within last 167 days"?

Copy link
Member

@spastorino spastorino Nov 11, 2020

Choose a reason for hiding this comment

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

after 167 days artifacts are removed from the CI, so you can't install nightlies older than 167 days ago.

@camelid
Copy link
Member Author

camelid commented Nov 8, 2020

r? @spastorino

@spastorino spastorino merged commit 37e4366 into rust-lang:master Nov 11, 2020
@camelid camelid deleted the improve-msg branch June 13, 2021 18:06
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