From 76d563af79320ecff7401cb53a67582f63253ec2 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 26 Jan 2017 07:37:14 -0800 Subject: [PATCH] Temporarily switch Windows tests to us-east-1. Will switch back to us-east-2 after AWS limit increase is done. --- 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 d8adf834f34..b075cad7ecc 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-2' + region = 'us-east-1' else: region = 'us-east-1' else: