give a break to CI (#12238)

I can't think of a good reason to keep 30+ machines running over the
Winter break. I'll bump this back up on Jan 3.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2021-12-26 10:53:08 +01:00 committed by GitHub
parent 4cc4b3baf4
commit a51f75d193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ locals {
{
name = "ci-u2",
disk_size = 400,
size = 30,
size = 4,
},
]
}

View File

@ -17,7 +17,7 @@ locals {
},
{
name = "ci-w2"
size = 6,
size = 1,
assignment = "default",
disk_size = 400
},