From bce5fc7d963cc255e221b2bdf5656aec3f2820bc Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 6 Feb 2017 15:01:20 -0800 Subject: [PATCH] Use us-east-2 for Windows CI on Shippable. --- test/runner/lib/core_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/lib/core_ci.py b/test/runner/lib/core_ci.py index 0ee072a3018..b7b9ff041ea 100644 --- a/test/runner/lib/core_ci.py +++ b/test/runner/lib/core_ci.py @@ -72,7 +72,7 @@ class AnsibleCoreCI(object): elif is_shippable(): # split Shippable jobs across multiple regions to maximize use of launch credits if self.platform == 'windows': - region = 'us-east-1' + region = 'us-east-2' else: region = 'us-east-1' else: