-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add bors-ng configuration #511
Conversation
Note: for this to work, I think we'll need to change the repo configuration to require |
only: | ||
- staging | ||
- trying | ||
- master |
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.
Do we want to apply this same configuration to Jenkins?
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.
I'm not sure how to do that - I think it requires configuring jenkins through the web interface?
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.
This is now working; it's configured in jenkins itself.
bors try |
tryTimed out. |
bors try |
tryBuild succeeded: |
This blocks pull requests if they contain merge commits.
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.
Do you also want me to do a bors r+
or something?
bors r+ |
511: Add bors-ng configuration r=celskeggs a=cryslith - Configure bors-ng - Run CircleCI only during bors merges - Require branches to have linear git history Closes #491. Co-authored-by: Lily Chung <[email protected]>
GITHUB_WEBHOOK_SECRET=??? # generate this randomly and input it to github | ||
GITHUB_CLIENT_ID=??? # from github | ||
GITHUB_CLIENT_SECRET=??? # from github | ||
PUBLIC_HOST=localhost |
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.
should be hjinks.mit.edu:4002
, oops
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.
You mean hijinks.mit.edu:4002
?
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.
yes
bors r+ |
511: Add bors-ng configuration r=cryslith a=cryslith - Configure bors-ng - Run CircleCI only during bors merges - Require branches to have linear git history Closes #491. Co-authored-by: Lily Chung <[email protected]>
bors r+ |
Build succeeded: |
Reset |
Closes #491.
Checklist: