Skip to content

Commit edc71fc

Browse files
authored
Make running windows in the CI with faster instances. (#5619)
1 parent 45e3abf commit edc71fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/testing/ogc/supported.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ var ogcSupported = []LayoutOS{
121121
Version: "2022",
122122
},
123123
Provider: Google,
124-
InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM
124+
InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM
125125
RunsOn: "windows-2022",
126126
Username: "windows",
127127
RemotePath: "C:\\Users\\windows\\agent",
@@ -133,7 +133,7 @@ var ogcSupported = []LayoutOS{
133133
Version: "2022-core",
134134
},
135135
Provider: Google,
136-
InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM
136+
InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM
137137
RunsOn: "windows-2022-core",
138138
Username: "windows",
139139
RemotePath: "C:\\Users\\windows\\agent",
@@ -145,7 +145,7 @@ var ogcSupported = []LayoutOS{
145145
Version: "2019",
146146
},
147147
Provider: Google,
148-
InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM
148+
InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM
149149
RunsOn: "windows-2019",
150150
Username: "windows",
151151
RemotePath: "C:\\Users\\windows\\agent",
@@ -157,7 +157,7 @@ var ogcSupported = []LayoutOS{
157157
Version: "2019-core",
158158
},
159159
Provider: Google,
160-
InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM
160+
InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM
161161
RunsOn: "windows-2019-core",
162162
Username: "windows",
163163
RemotePath: "C:\\Users\\windows\\agent",
@@ -169,7 +169,7 @@ var ogcSupported = []LayoutOS{
169169
Version: "2016",
170170
},
171171
Provider: Google,
172-
InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM
172+
InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM
173173
RunsOn: "windows-2016",
174174
Username: "windows",
175175
RemotePath: "C:\\Users\\windows\\agent",
@@ -181,7 +181,7 @@ var ogcSupported = []LayoutOS{
181181
Version: "2016-core",
182182
},
183183
Provider: Google,
184-
InstanceSize: "e2-standard-4", // 4 amd64 cpus, 16 GB RAM
184+
InstanceSize: "e2-highcpu-16", // 16 amd64 cpus, 16 GB RAM
185185
RunsOn: "windows-2016-core",
186186
Username: "windows",
187187
RemotePath: "C:\\Users\\windows\\agent",

0 commit comments

Comments
 (0)