You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rust-lang/rust#76070 (comment), I accidentally started a Crater run without making a new try build. As a result, Crater ended up re-testing a previous try build on the same PR, which I mistakenly interpreted as corresponding to the latest commit.
It would be very useful if the Crater github bot showed a warning message when the commit of the auto-detected try build is not the same as the latest commit in the pull request.
The text was updated successfully, but these errors were encountered:
Warn when try build SHA is mismatched
Fixes#539
If the latest commit on the PR does not match the base commit for the
detected try build, we add a warning message to the bot comment.
In rust-lang/rust#76070 (comment), I accidentally started a Crater run without making a new
try
build. As a result, Crater ended up re-testing a previoustry
build on the same PR, which I mistakenly interpreted as corresponding to the latest commit.It would be very useful if the Crater github bot showed a warning message when the commit of the auto-detected try build is not the same as the latest commit in the pull request.
The text was updated successfully, but these errors were encountered: