From da3a58fd5ab598bd74b0c0d20c3c6cd9ba411491 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Wed, 26 Jan 2022 13:52:07 +0100 Subject: [PATCH] ci: temporarily increase Windows capacity Our Windows CI nodes seem completely overwhelmed today, with typical wait times above half an hour before jobs even start. This isn't fun, so I'd like to double our capacity for a few hours. CHANGELOG_BEGIN CHANGELOG_END --- infra/vsts_agent_windows.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/vsts_agent_windows.tf b/infra/vsts_agent_windows.tf index a8e82030d486..61e697670991 100644 --- a/infra/vsts_agent_windows.tf +++ b/infra/vsts_agent_windows.tf @@ -17,7 +17,7 @@ locals { }, { name = "ci-w2" - size = 0, + size = 6, assignment = "default", disk_size = 400, },