about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-20 04:16:42 +0000
committerbors <bors@rust-lang.org>2019-01-20 04:16:42 +0000
commit588f94b37d020aefe54b0c00ced2fdd7ccc61dfb (patch)
tree68836faf1a760a07c58b5b1a10e0261e2b8ae46e
parent0c0c585281740aba4c91cbfd385f5e1fbe313d11 (diff)
parent3638f0e4778bc9ecac206811941db9b1df98fe63 (diff)
downloadrust-588f94b37d020aefe54b0c00ced2fdd7ccc61dfb.tar.gz
rust-588f94b37d020aefe54b0c00ced2fdd7ccc61dfb.zip
Auto merge of #57602 - alexcrichton:test-appveyor, r=alexcrichton
Remove GCE cloud setting from AppVeyor config

AppVeyor has informed us that this may no longer be necessary after some
infrastructure upgrades on their side, so let's see how this goes!
-rw-r--r--appveyor.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f043b8bfefc..d70ad54b1c8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,12 +5,6 @@ environment:
   # server goes down presumably. See #43333 for more info
   CARGO_HTTP_CHECK_REVOKE: false
 
-  # Recommended by AppVeyor this moves our builds to GCE which incurs a 3-4
-  # minute startup overhead, but that's paltry compared to our overall build
-  # times so we're will to eat the cost. This is intended to give us better
-  # performance I believe!
-  appveyor_build_worker_cloud: gce
-
   matrix:
   # 32/64 bit MSVC tests
   - MSYS_BITS: 64