Skip to content

Commit

Permalink
ci: temporarily increase Windows capacity (#12599)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
garyverhaegen-da authored Jan 26, 2022
1 parent 42cf70b commit 01219d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/vsts_agent_windows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {
},
{
name = "ci-w2"
size = 0,
size = 6,
assignment = "default",
disk_size = 400,
},
Expand Down

0 comments on commit 01219d6

Please sign in to comment.