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

Fast-forward master in the same run as seeing the passing tests #35

Open
brson opened this issue Jun 16, 2014 · 1 comment
Open

Fast-forward master in the same run as seeing the passing tests #35

brson opened this issue Jun 16, 2014 · 1 comment

Comments

@brson
Copy link
Collaborator

brson commented Jun 16, 2014

Currently there's a two-step process for merging a successful PR: see that the tests passed and post the status to github; see that the branch is ready for merge and fast-forward. This is two invocations of bors' cron job, which for Rust is 5 minutes apart. This is costing us at least an hour of down time every day.

@reiddraper
Copy link
Contributor

+1. I might be able to grab this in the next couple of weeks.

barosl added a commit to barosl/bors that referenced this issue Dec 15, 2014
Basically, we can skip the TESTED state entirely. We can also check the
next pull request at the same time.

Fixes graydon#35.
@barosl barosl mentioned this issue Dec 15, 2014
barosl added a commit to barosl/bors that referenced this issue Dec 15, 2014
Basically, we can skip the TESTED state entirely. We can also check the
next pull request at the same time.

Fixes graydon#35.
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