]> git.lizzy.rs Git - rust.git/commit
Auto merge of #62179 - alexcrichton:less-travis-appveyor, r=pietroalbini
authorbors <bors@rust-lang.org>
Fri, 28 Jun 2019 10:20:36 +0000 (10:20 +0000)
committerbors <bors@rust-lang.org>
Fri, 28 Jun 2019 10:20:36 +0000 (10:20 +0000)
commit3849a5f83b82258fd76a3ff64933b81d7efeffa1
tree59f5cf883fd837e39b211aa2822f0e63e8e84058
parent8ebd67e4ee394cad9441a801f2022724ae7e07db
parent6f838b4d4ad954eda685235b807cb6e5c44a8b14
Auto merge of #62179 - alexcrichton:less-travis-appveyor, r=pietroalbini

ci: Move most builders to Azure Pipelines

This commit disables all builders on Travis and almost all builders on
AppVeyor now that they're all running on Azure Pipelines. There is one
remaining builder on AppVeyor which hasn't been migrated yet due to a
test failure on Azure, which we'll be debugging soon. One remaining
builder is left on Travis which is the tools builder whenever a
submodule is changed, but we'll probably turn that off soon since it's
just for PRs.

The other major change in this PR is that the auto builders on Azure are
now configured with "real" prod credentials which should cause them to
publish all artifacts into the official CI buckets.