Auto merge of #4028 - phansch:skip_appveyor_on_pr_pushes, r=phansch
Only run AppVeyor on r+, try and the master branch As it is right now, there is only one worker available in the `rust-lang-libs` AppVeyor project and there are other repos as well that we share this worker with. This has been a problem for us because we sometimes hit a bors timeout if there are too many builds queued up. To improve the situation, I think we could try to use AppVeyor a bit less often. The average PR is not going to break windows related things anyway, so it should be fine to run it on r+/try/master only. changelog: none
This commit is contained in:
commit
dbaa6f0a47
10
appveyor.yml
10
appveyor.yml
@ -8,11 +8,11 @@ environment:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
|
||||
branches:
|
||||
# Don't build these branches
|
||||
except:
|
||||
# Used by bors
|
||||
- trying.tmp
|
||||
- staging.tmp
|
||||
# Only build AppVeyor on r+, try and the master branch
|
||||
only:
|
||||
- auto
|
||||
- try
|
||||
- master
|
||||
|
||||
install:
|
||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||
|
Loading…
Reference in New Issue
Block a user