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

Enable bors-ng #451

Merged
merged 5 commits into from Oct 6, 2017

Conversation

Projects
None yet
1 participant
@cuviper
Copy link
Member

cuviper commented Oct 6, 2017

No description provided.

@cuviper

This comment has been minimized.

Copy link
Member Author

cuviper commented Oct 6, 2017

bors r+

bors bot added a commit that referenced this pull request Oct 6, 2017

Merge #451
451: Enable bors-ng r=cuviper a=cuviper
@bors

This comment has been minimized.

Copy link
Contributor

bors bot commented Oct 6, 2017

Timed out

cuviper added some commits Oct 6, 2017

Fix Windows tests/run-pass/stack_overflow_crash.rs
We need to compare the `NTSTATUS` code, not `None` like on Unix.
@cuviper

This comment has been minimized.

Copy link
Member Author

cuviper commented Oct 6, 2017

I've now pruned pull-request CI down to just Linux 1.12 and nightly+unstable, for faster feedback and to reduce queue delays (especially from the overburdened OSX). We should still get full Travis and Appveyor test results when bors pushes to its branches.

bors r+

bors bot added a commit that referenced this pull request Oct 6, 2017

Merge #451
451: Enable bors-ng r=cuviper a=cuviper
@bors

This comment has been minimized.

Copy link
Contributor

bors bot commented Oct 6, 2017

@bors bors bot merged commit 320a4d0 into rayon-rs:master Oct 6, 2017

2 checks passed

bors Build succeeded
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@cuviper cuviper deleted the cuviper:bors branch Oct 12, 2017

@stjepang stjepang referenced this pull request Nov 5, 2018

Merged

Enable bors-ng #213

bors bot added a commit to crossbeam-rs/crossbeam that referenced this pull request Nov 5, 2018

Merge #213
213: Enable bors-ng r=stjepang a=stjepang

Using bors has multiple benefits:

* It streamlines PR approval process: just say "bors r+" and it will be tested & merged. We can also delegate permission to approve PRs, which means there will be less ping-ponging between reviewers.

* Once approved, the PR is automatically tested and merged into master. Note that it will be tested only once, while currently we test it twice (before the merge and after merge).

* It'll make it easier to reduce CI build times: https://github.com/rayon-rs/rayon/blob/8c05d2b8788dc64067d6e79ff3b3cfe90a5e249e/.travis.yml#L11-L13

See how Rayon uses bors-ng: rayon-rs/rayon#451
Quick intro: https://bors.tech/documentation/getting-started/

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>

bors bot added a commit to crossbeam-rs/crossbeam that referenced this pull request Nov 5, 2018

Merge #213
213: Enable bors-ng r=stjepang a=stjepang

Using bors has multiple benefits:

* It streamlines PR approval process: just say "bors r+" and it will be tested & merged. We can also delegate permission to approve PRs, which means there will be less ping-ponging between reviewers.

* Once approved, the PR is automatically tested and merged into master. Note that it will be tested only once, while currently we test it twice (before the merge and after merge).

* It'll make it easier to reduce CI build times: https://github.com/rayon-rs/rayon/blob/8c05d2b8788dc64067d6e79ff3b3cfe90a5e249e/.travis.yml#L11-L13

See how Rayon uses bors-ng: rayon-rs/rayon#451
Quick intro: https://bors.tech/documentation/getting-started/

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.