-
Notifications
You must be signed in to change notification settings - Fork 382
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 bors try arguments. #652
Conversation
bors try --target dummy |
if only there was a way to actually debug events properly :/ |
tryBuild failed: |
bors try --target dummy_.* |
tryBuild failed: |
bors try --target "dummy" |
bors try --target "dummy" |
tryAlready running a review |
tryBuild failed: |
bors try --target "dummy" |
bors try --target dummy_.* |
tryAlready running a review |
tryBuild failed: |
bors try- |
bors try --target dummy_.* |
tryBuild failed: |
bors try --target dummy_.* |
failing on a non-matched target instead of trying to correct the matrix is what should be done imo. Don't think it's possible to do conditional matrices |
I'm not quite sure what you mean. |
bors try --target freebsd |
tryAlready running a review |
bors try- |
tryBuild succeeded: |
bors try |
tryBuild succeeded: |
3b722cc
to
583839a
Compare
bors try |
583839a
to
eefe413
Compare
tryBuild failed: |
bors try |
tryBuild succeeded: |
bors try |
tryBuild succeeded: |
@Emilgardis, this should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, small nit not related to the pr, can be done separately
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
## [Unreleased] | |||
|
|||
- #652 - Allow trying individual targets via bors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add 609 to the changelog also :)
bors r+ |
Build succeeded: |
Allow trying individual targets.
Closes #651.