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

Support crates option to run on only the crates with errors from a previous run #763

Open
joshtriplett opened this issue Jan 7, 2025 · 2 comments

Comments

@joshtriplett
Copy link
Member

The crates option supports an explicit list of crates. For convenience, it'd be nice to have an option that takes a previous crater experiment and runs crater on only the crates failed from that previous run.

@Skgland
Copy link
Contributor

Skgland commented Jan 7, 2025

Each crater run already generates a retry-regressed-list.txt with all (spurious-)regressed crates e.g. https://crater-reports.s3.amazonaws.com/pr-135073/retry-regressed-list.txt which is listed near the bottom of the crater reports download tab.
An example of how to use that can be seen here rust-lang/rust#134688 (comment)

@joshtriplett
Copy link
Member Author

@Skgland Helpful, thank you!

I do still think it'd be convenient to have a craterbot syntax that automatically uses that, though, to simplify iterating on a crater run to eliminate regressions.

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

No branches or pull requests

2 participants