@@ -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,37 +41,40 @@ 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" ,
48
48
},
49
- {
50
- OS : define.OS {
51
- Type : define .Linux ,
52
- Arch : define .ARM64 ,
53
- Distro : runner .Ubuntu ,
54
- Version : "22.04" ,
55
- },
56
- Provider : Google ,
57
- InstanceSize : "t2a-standard-2" , // 2 arm64 cpus
58
- RunsOn : "ubuntu-2204-lts-arm64" ,
59
- Username : "ubuntu" ,
60
- RemotePath : "/home/ubuntu/agent" ,
61
- },
62
- {
63
- OS : define.OS {
64
- Type : define .Linux ,
65
- Arch : define .ARM64 ,
66
- Distro : runner .Ubuntu ,
67
- Version : "20.04" ,
68
- },
69
- Provider : Google ,
70
- InstanceSize : "t2a-standard-2" , // 2 arm64 cpus
71
- RunsOn : "ubuntu-2004-lts-arm64" ,
72
- Username : "ubuntu" ,
73
- RemotePath : "/home/ubuntu/agent" ,
74
- },
49
+ // These instance types are experimental on Google Cloud and very unstable
50
+ // We will wait until Google introduces new ARM instance types
51
+ // https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu
52
+ // {
53
+ // OS: define.OS{
54
+ // Type: define.Linux,
55
+ // Arch: define.ARM64,
56
+ // Distro: runner.Ubuntu,
57
+ // Version: "22.04",
58
+ // },
59
+ // Provider: Google,
60
+ // InstanceSize: "t2a-standard-4", // 4 arm64 cpus, 16 GB RAM
61
+ // RunsOn: "ubuntu-2204-lts-arm64",
62
+ // Username: "ubuntu",
63
+ // RemotePath: "/home/ubuntu/agent",
64
+ // },
65
+ // {
66
+ // OS: define.OS{
67
+ // Type: define.Linux,
68
+ // Arch: define.ARM64,
69
+ // Distro: runner.Ubuntu,
70
+ // Version: "20.04",
71
+ // },
72
+ // Provider: Google,
73
+ // InstanceSize: "t2a-standard-4", // 4 arm64 cpus, 16 GB RAM
74
+ // RunsOn: "ubuntu-2004-lts-arm64",
75
+ // Username: "ubuntu",
76
+ // RemotePath: "/home/ubuntu/agent",
77
+ // },
75
78
{
76
79
OS : define.OS {
77
80
Type : define .Linux ,
@@ -80,7 +83,7 @@ var ogcSupported = []LayoutOS{
80
83
Version : "8" ,
81
84
},
82
85
Provider : Google ,
83
- InstanceSize : "e2-standard-2" , // 2 amd64 cpus
86
+ InstanceSize : "e2-standard-2" , // 2 amd64 cpus, 8 GB RAM
84
87
RunsOn : "rhel-8" ,
85
88
Username : "rhel" ,
86
89
RemotePath : "/home/rhel/agent" ,
@@ -92,7 +95,7 @@ var ogcSupported = []LayoutOS{
92
95
Version : "2022" ,
93
96
},
94
97
Provider : Google ,
95
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
98
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
96
99
RunsOn : "windows-2022" ,
97
100
Username : "windows" ,
98
101
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -104,7 +107,7 @@ var ogcSupported = []LayoutOS{
104
107
Version : "2022-core" ,
105
108
},
106
109
Provider : Google ,
107
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
110
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
108
111
RunsOn : "windows-2022-core" ,
109
112
Username : "windows" ,
110
113
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -116,7 +119,7 @@ var ogcSupported = []LayoutOS{
116
119
Version : "2019" ,
117
120
},
118
121
Provider : Google ,
119
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
122
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
120
123
RunsOn : "windows-2019" ,
121
124
Username : "windows" ,
122
125
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -128,7 +131,7 @@ var ogcSupported = []LayoutOS{
128
131
Version : "2019-core" ,
129
132
},
130
133
Provider : Google ,
131
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
134
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
132
135
RunsOn : "windows-2019-core" ,
133
136
Username : "windows" ,
134
137
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -140,7 +143,7 @@ var ogcSupported = []LayoutOS{
140
143
Version : "2016" ,
141
144
},
142
145
Provider : Google ,
143
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
146
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
144
147
RunsOn : "windows-2016" ,
145
148
Username : "windows" ,
146
149
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -152,7 +155,7 @@ var ogcSupported = []LayoutOS{
152
155
Version : "2016-core" ,
153
156
},
154
157
Provider : Google ,
155
- InstanceSize : "e2-standard-4" , // 4 amd64 cpus
158
+ InstanceSize : "e2-standard-4" , // 4 amd64 cpus, 16 GB RAM
156
159
RunsOn : "windows-2016-core" ,
157
160
Username : "windows" ,
158
161
RemotePath : "C:\\ Users\\ windows\\ agent" ,
0 commit comments