@@ -153,31 +153,31 @@ var Hosts = map[string]*HostConfig{
153
153
},
154
154
"host-darwin-amd64-10_15-aws" : {
155
155
IsReverse : true ,
156
- ExpectNum : 2 ,
156
+ ExpectNum : 0 , // was 2 before migration to LUCI
157
157
Notes : "AWS macOS Catalina (10.15) VM under QEMU" ,
158
158
SSHUsername : "gopher" ,
159
159
HermeticReverse : true , // we destroy the VM when done & recreate
160
160
GoogleReverse : true ,
161
161
},
162
162
"host-darwin-amd64-11-aws" : {
163
163
IsReverse : true ,
164
- ExpectNum : 2 ,
164
+ ExpectNum : 0 , // was 2 before migration to LUCI
165
165
Notes : "AWS macOS Big Sur (11) VM under QEMU" ,
166
166
SSHUsername : "gopher" ,
167
167
HermeticReverse : true , // we destroy the VM when done & recreate
168
168
GoogleReverse : true ,
169
169
},
170
170
"host-darwin-amd64-12-aws" : {
171
171
IsReverse : true ,
172
- ExpectNum : 6 ,
172
+ ExpectNum : 0 , // was 6 before migration to LUCI
173
173
Notes : "AWS macOS Monterey (12) VM under QEMU" ,
174
174
SSHUsername : "gopher" ,
175
175
HermeticReverse : true , // we destroy the VM when done & recreate
176
176
GoogleReverse : true ,
177
177
},
178
178
"host-darwin-amd64-13-aws" : {
179
179
IsReverse : true ,
180
- ExpectNum : 2 ,
180
+ ExpectNum : 0 , // was 2 before migration to LUCI
181
181
Notes : "AWS macOS Ventura (13) VM under QEMU" ,
182
182
SSHUsername : "gopher" ,
183
183
HermeticReverse : true , // we destroy the VM when done & recreate
@@ -186,13 +186,13 @@ var Hosts = map[string]*HostConfig{
186
186
"host-darwin-arm64-11" : {
187
187
IsReverse : true ,
188
188
Notes : "macOS Big Sur (11) ARM64 (M1) on Mac minis in a Google office" ,
189
- ExpectNum : 3 ,
189
+ ExpectNum : 0 , // was 3 before migration to LUCI
190
190
SSHUsername : "gopher" ,
191
191
GoogleReverse : true ,
192
192
},
193
193
"host-darwin-arm64-12" : {
194
194
IsReverse : true ,
195
- ExpectNum : 3 ,
195
+ ExpectNum : 0 , // was 3 before migration to LUCI
196
196
Notes : "macOS Monterey (12) ARM64 (M1) on Mac minis in a Google office" ,
197
197
SSHUsername : "gopher" ,
198
198
GoogleReverse : true ,
@@ -571,7 +571,7 @@ var Hosts = map[string]*HostConfig{
571
571
Notes : "Azure windows 11 arm64 VMs" ,
572
572
HostArch : "windows-arm64" ,
573
573
IsReverse : true ,
574
- ExpectNum : 2 ,
574
+ ExpectNum : 0 , // was 2 before migration to LUCI
575
575
},
576
576
}
577
577
0 commit comments