From aafb71dfc57e921026fd83e9f2ad21ea844d0762 Mon Sep 17 00:00:00 2001 From: Blake Rouse Date: Wed, 12 Feb 2025 00:28:09 -0500 Subject: [PATCH] Make running windows in the CI with faster instances. (#5619) (cherry picked from commit edc71fc60386d3740bf4b438385ca48c26019e72) --- pkg/testing/ogc/supported.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/testing/ogc/supported.go b/pkg/testing/ogc/supported.go index f4768ff270a..7c1a899ab17 100644 --- a/pkg/testing/ogc/supported.go +++ b/pkg/testing/ogc/supported.go @@ -121,7 +121,7 @@ var ogcSupported = []LayoutOS{ Version: "2022", }, Provider: Google, - InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM + InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM RunsOn: "windows-2022", Username: "windows", RemotePath: "C:\\Users\\windows\\agent", @@ -133,7 +133,7 @@ var ogcSupported = []LayoutOS{ Version: "2022-core", }, Provider: Google, - InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM + InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM RunsOn: "windows-2022-core", Username: "windows", RemotePath: "C:\\Users\\windows\\agent", @@ -145,7 +145,7 @@ var ogcSupported = []LayoutOS{ Version: "2019", }, Provider: Google, - InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM + InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM RunsOn: "windows-2019", Username: "windows", RemotePath: "C:\\Users\\windows\\agent", @@ -157,7 +157,7 @@ var ogcSupported = []LayoutOS{ Version: "2019-core", }, Provider: Google, - InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM + InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM RunsOn: "windows-2019-core", Username: "windows", RemotePath: "C:\\Users\\windows\\agent", @@ -169,7 +169,7 @@ var ogcSupported = []LayoutOS{ Version: "2016", }, Provider: Google, - InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM + InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM RunsOn: "windows-2016", Username: "windows", RemotePath: "C:\\Users\\windows\\agent", @@ -181,7 +181,7 @@ var ogcSupported = []LayoutOS{ Version: "2016-core", }, Provider: Google, - InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM + InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM RunsOn: "windows-2016-core", Username: "windows", RemotePath: "C:\\Users\\windows\\agent",