@@ -125,17 +125,14 @@ var Hosts = map[string]*HostConfig{
125
125
Notes : "OpenBSD 6.2; GCE VM is built from script in build/env/openbsd-amd64" ,
126
126
SSHUsername : "gopher" ,
127
127
},
128
- // Currently broken: See comments on CL 79055.
129
- /*
130
- "host-openbsd-386-62": &HostConfig{
131
- VMImage: "openbsd-386-62",
132
- machineType: "n1-highcpu-4",
133
- buildletURLTmpl: "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386",
134
- goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-60.tar.gz",
135
- Notes: "OpenBSD 6.2; GCE VM is built from script in build/env/openbsd-386",
136
- SSHUsername: "gopher",
137
- },
138
- */
128
+ "host-openbsd-386-62" : & HostConfig {
129
+ VMImage : "openbsd-386-62-a" ,
130
+ machineType : "n1-highcpu-4" ,
131
+ buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
132
+ goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-60.tar.gz" ,
133
+ Notes : "OpenBSD 6.2; GCE VM is built from script in build/env/openbsd-386" ,
134
+ SSHUsername : "gopher" ,
135
+ },
139
136
"host-freebsd-93-gce" : & HostConfig {
140
137
VMImage : "freebsd-amd64-gce93" ,
141
138
machineType : "n1-highcpu-4" ,
@@ -1092,6 +1089,11 @@ func init() {
1092
1089
HostType : "host-openbsd-386-60" ,
1093
1090
MaxAtOnce : 1 ,
1094
1091
})
1092
+ addBuilder (BuildConfig {
1093
+ Name : "openbsd-386-62" ,
1094
+ HostType : "host-openbsd-386-62" ,
1095
+ MaxAtOnce : 1 ,
1096
+ })
1095
1097
addBuilder (BuildConfig {
1096
1098
Name : "openbsd-amd64-62" ,
1097
1099
HostType : "host-openbsd-amd64-62" ,
0 commit comments