-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ci: allow all branches except trying.tmp and staging.tmp to be built #3359
Conversation
I think you need to write
Please also exclude The reason for the whitelist was, that PRs from within this Repo were checked twice. But PRs from this repo itself happen less than PRs from forks, so I guess blacklisting is indeed the better option. |
Sounds good to me 👍 bors: try (just checking if trying will also continue work) |
bors r+ |
3359: ci: allow all branches except trying.tmp and staging.tmp to be built r=phansch a=matthiaskrgr r? @flip1995 The problem was that with the current configuration, if I made a branch `feature1` and pushed it to travis to have it checked before making a PR, travis would skip it because it only built the 3 branches that were specified when setting up bors. The change allows all branch names to be build by default again, except for travis.tmp. The gh-pages branch is skipped as per travis-ci defaults: https://docs.travis-ci.com/user/customizing-the-build/#safelisting-or-blocklisting-branches Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
tryBuild failed |
Build failed |
rustc master crashes when checking hyper https://travis-ci.org/rust-lang-nursery/rust-clippy/jobs/446523247#L1846 :/ |
bors r+ |
3359: ci: allow all branches except trying.tmp and staging.tmp to be built r=phansch a=matthiaskrgr r? @flip1995 The problem was that with the current configuration, if I made a branch `feature1` and pushed it to travis to have it checked before making a PR, travis would skip it because it only built the 3 branches that were specified when setting up bors. The change allows all branch names to be build by default again, except for travis.tmp. The gh-pages branch is skipped as per travis-ci defaults: https://docs.travis-ci.com/user/customizing-the-build/#safelisting-or-blocklisting-branches Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
15: Allow more branches to be built on CI r=Amanieu a=hcpl Adapted from rust-lang/rust-clippy#3359. Co-authored-by: hcpl <hcpl.prog@gmail.com>
r? @flip1995
The problem was that with the current configuration, if I made a branch
feature1
and pushed it to travis to have it checked before making a PR, travis would skip it because it only built the 3 branches that were specified when setting up bors.The change allows all branch names to be build by default again, except for travis.tmp.
The gh-pages branch is skipped as per travis-ci defaults: https://docs.travis-ci.com/user/customizing-the-build/#safelisting-or-blocklisting-branches