@@ -28,7 +28,7 @@ var ogcSupported = []LayoutOS{
28
28
Version : "22.04" ,
29
29
},
30
30
Provider : Google ,
31
- InstanceSize : "e2-standard-2" , // 2 amd64 cpus
31
+ InstanceSize : "e2-standard-2" , // 2 amd64 cpus, 8 GB RAM
32
32
RunsOn : "ubuntu-2204-lts" ,
33
33
Username : "ubuntu" ,
34
34
RemotePath : "/home/ubuntu/agent" ,
@@ -41,7 +41,7 @@ var ogcSupported = []LayoutOS{
41
41
Version : "20.04" ,
42
42
},
43
43
Provider : Google ,
44
- InstanceSize : "e2-standard-2" , // 2 amd64 cpus
44
+ InstanceSize : "e2-standard-2" , // 2 amd64 cpus, 8 GB RAM
45
45
RunsOn : "ubuntu-2004-lts" ,
46
46
Username : "ubuntu" ,
47
47
RemotePath : "/home/ubuntu/agent" ,
@@ -54,7 +54,7 @@ var ogcSupported = []LayoutOS{
54
54
Version : "22.04" ,
55
55
},
56
56
Provider : Google ,
57
- InstanceSize : "t2a-standard-2 " , // 2 arm64 cpus
57
+ InstanceSize : "t2a-standard-4 " , // 4 arm64 cpus, 16 GB RAM
58
58
RunsOn : "ubuntu-2204-lts-arm64" ,
59
59
Username : "ubuntu" ,
60
60
RemotePath : "/home/ubuntu/agent" ,
@@ -67,7 +67,7 @@ var ogcSupported = []LayoutOS{
67
67
Version : "20.04" ,
68
68
},
69
69
Provider : Google ,
70
- InstanceSize : "t2a-standard-2 " , // 2 arm64 cpus
70
+ InstanceSize : "t2a-standard-4 " , // 4 arm64 cpus, 16 GB RAM
71
71
RunsOn : "ubuntu-2004-lts-arm64" ,
72
72
Username : "ubuntu" ,
73
73
RemotePath : "/home/ubuntu/agent" ,
@@ -80,7 +80,7 @@ var ogcSupported = []LayoutOS{
80
80
Version : "8" ,
81
81
},
82
82
Provider : Google ,
83
- InstanceSize : "e2-standard-2" , // 2 amd64 cpus
83
+ InstanceSize : "e2-standard-2" , // 2 amd64 cpus, 8 GB RAM
84
84
RunsOn : "rhel-8" ,
85
85
Username : "rhel" ,
86
86
RemotePath : "/home/rhel/agent" ,
@@ -92,7 +92,7 @@ var ogcSupported = []LayoutOS{
92
92
Version : "2022" ,
93
93
},
94
94
Provider : Google ,
95
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
95
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
96
96
RunsOn : "windows-2022" ,
97
97
Username : "windows" ,
98
98
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -104,7 +104,7 @@ var ogcSupported = []LayoutOS{
104
104
Version : "2022-core" ,
105
105
},
106
106
Provider : Google ,
107
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
107
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
108
108
RunsOn : "windows-2022-core" ,
109
109
Username : "windows" ,
110
110
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -116,7 +116,7 @@ var ogcSupported = []LayoutOS{
116
116
Version : "2019" ,
117
117
},
118
118
Provider : Google ,
119
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
119
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
120
120
RunsOn : "windows-2019" ,
121
121
Username : "windows" ,
122
122
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -128,7 +128,7 @@ var ogcSupported = []LayoutOS{
128
128
Version : "2019-core" ,
129
129
},
130
130
Provider : Google ,
131
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
131
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
132
132
RunsOn : "windows-2019-core" ,
133
133
Username : "windows" ,
134
134
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -140,7 +140,7 @@ var ogcSupported = []LayoutOS{
140
140
Version : "2016" ,
141
141
},
142
142
Provider : Google ,
143
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
143
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
144
144
RunsOn : "windows-2016" ,
145
145
Username : "windows" ,
146
146
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -152,7 +152,7 @@ var ogcSupported = []LayoutOS{
152
152
Version : "2016-core" ,
153
153
},
154
154
Provider : Google ,
155
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
155
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
156
156
RunsOn : "windows-2016-core" ,
157
157
Username : "windows" ,
158
158
RemotePath : "C:\\ Users\\ windows\\ agent" ,
0 commit comments