@@ -93,12 +93,13 @@ func TestTrybots(t *testing.T) {
93
93
branch : "master" ,
94
94
want : []string {
95
95
"freebsd-amd64-12_3" ,
96
- "linux-386" ,
97
- "linux-amd64" ,
98
- "linux-amd64-boringcrypto" ,
99
- "linux-amd64-newinliner" ,
100
- "linux-amd64-race" ,
101
- "linux-arm64" ,
96
+ // Stopped.
97
+ //"linux-386",
98
+ //"linux-amd64",
99
+ //"linux-amd64-boringcrypto",
100
+ //"linux-amd64-newinliner",
101
+ //"linux-amd64-race",
102
+ //"linux-arm64",
102
103
"openbsd-amd64-72" ,
103
104
// Stopped.
104
105
//"windows-386-2016",
@@ -110,21 +111,22 @@ func TestTrybots(t *testing.T) {
110
111
branch : "release-branch.go1.22" ,
111
112
want : []string {
112
113
"freebsd-amd64-12_3" ,
113
- "linux-386" ,
114
- "linux-amd64" ,
115
- "linux-amd64-boringcrypto" ,
116
- "linux-amd64-race" ,
117
- "linux-arm64" ,
114
+ // Stopped.
115
+ //"linux-386",
116
+ //"linux-amd64",
117
+ //"linux-amd64-boringcrypto",
118
+ //"linux-amd64-race",
119
+ //"linux-arm64",
118
120
"openbsd-amd64-72" ,
119
121
// Stopped.
120
122
//"windows-386-2016",
121
123
//"windows-amd64-2016",
122
124
123
125
// Include longtest builders on Go repo release branches. See issue 37827.
124
- "linux-386-longtest" ,
125
- "linux-amd64-longtest" ,
126
- "linux-arm64-longtest" ,
127
126
// Stopped.
127
+ //"linux-386-longtest",
128
+ //"linux-amd64-longtest",
129
+ //"linux-arm64-longtest",
128
130
//"windows-amd64-longtest",
129
131
},
130
132
},
@@ -133,21 +135,22 @@ func TestTrybots(t *testing.T) {
133
135
branch : "release-branch.go1.21" ,
134
136
want : []string {
135
137
"freebsd-amd64-12_3" ,
136
- "linux-386" ,
137
- "linux-amd64" ,
138
- "linux-amd64-boringcrypto" ,
139
- "linux-amd64-race" ,
140
- "linux-arm64" ,
138
+ // Stopped.
139
+ //"linux-386",
140
+ //"linux-amd64",
141
+ //"linux-amd64-boringcrypto",
142
+ //"linux-amd64-race",
143
+ //"linux-arm64",
141
144
"openbsd-amd64-72" ,
142
145
// Stopped.
143
146
//"windows-386-2016",
144
147
//"windows-amd64-2016",
145
148
146
149
// Include longtest builders on Go repo release branches. See issue 37827.
147
- "linux-386-longtest" ,
148
- "linux-amd64-longtest" ,
149
- "linux-arm64-longtest" ,
150
150
// Stopped.
151
+ //"linux-386-longtest",
152
+ //"linux-amd64-longtest",
153
+ //"linux-arm64-longtest",
151
154
//"windows-amd64-longtest",
152
155
},
153
156
},
@@ -157,8 +160,9 @@ func TestTrybots(t *testing.T) {
157
160
want : []string {
158
161
"android-amd64-emu" ,
159
162
"linux-amd64-androidemu" ,
160
- "linux-amd64" ,
161
- "linux-amd64-race" ,
163
+ // Stopped.
164
+ //"linux-amd64",
165
+ //"linux-amd64-race",
162
166
},
163
167
},
164
168
{
@@ -168,11 +172,12 @@ func TestTrybots(t *testing.T) {
168
172
"freebsd-386-13_0" ,
169
173
"freebsd-amd64-12_3" ,
170
174
"freebsd-amd64-13_0" ,
171
- "linux-386" ,
172
- "linux-amd64" ,
173
- "linux-amd64-boringcrypto" , // GoDeps will exclude, but not in test
174
- "linux-amd64-race" ,
175
- "linux-arm64" ,
175
+ // Stopped.
176
+ //"linux-386",
177
+ //"linux-amd64",
178
+ //"linux-amd64-boringcrypto", // GoDeps will exclude, but not in test
179
+ //"linux-amd64-race",
180
+ //"linux-arm64",
176
181
"netbsd-amd64-9_3" ,
177
182
"openbsd-386-72" ,
178
183
"openbsd-amd64-72" ,
@@ -184,27 +189,29 @@ func TestTrybots(t *testing.T) {
184
189
{
185
190
repo : "exp" ,
186
191
branch : "master" ,
187
- want : []string {
188
- "linux-amd64" ,
189
- "linux-amd64-race" ,
192
+ want : []string {
190
193
// Stopped.
194
+ //"linux-amd64",
195
+ //"linux-amd64-race",
191
196
//"windows-amd64-2016",
192
197
},
193
198
},
194
199
{
195
200
repo : "vulndb" ,
196
201
branch : "master" ,
197
- want : []string {
198
- "linux-amd64" ,
199
- "linux-amd64-race" ,
202
+ want : []string {
203
+ // Stopped.
204
+ //"linux-amd64",
205
+ //"linux-amd64-race",
200
206
},
201
207
},
202
208
{
203
209
repo : "website" ,
204
210
branch : "master" ,
205
- want : []string {
206
- "linux-amd64" ,
207
- "linux-amd64-race" ,
211
+ want : []string {
212
+ // Stopped.
213
+ //"linux-amd64",
214
+ //"linux-amd64-race",
208
215
},
209
216
},
210
217
}
@@ -256,21 +263,23 @@ func TestPostSubmit(t *testing.T) {
256
263
{
257
264
repo : "vulndb" ,
258
265
branch : "master" ,
259
- want : []string {
260
- "linux-amd64" ,
261
- "linux-amd64-longtest" ,
262
- "linux-amd64-race" ,
263
- "linux-amd64-longtest-race" ,
266
+ want : []string {
267
+ // Stopped.
268
+ //"linux-amd64",
269
+ //"linux-amd64-longtest",
270
+ //"linux-amd64-race",
271
+ //"linux-amd64-longtest-race",
264
272
},
265
273
},
266
274
{
267
275
repo : "website" ,
268
276
branch : "master" ,
269
- want : []string {
270
- "linux-amd64" ,
271
- "linux-amd64-longtest" ,
272
- "linux-amd64-race" ,
273
- "linux-amd64-longtest-race" ,
277
+ want : []string {
278
+ // Stopped.
279
+ //"linux-amd64",
280
+ //"linux-amd64-longtest",
281
+ //"linux-amd64-race",
282
+ //"linux-amd64-longtest-race",
274
283
},
275
284
},
276
285
}
@@ -731,6 +740,10 @@ func TestBuildsRepoAtAllImplicitGoBranch(t *testing.T) {
731
740
}
732
741
733
742
func TestShouldRunDistTest (t * testing.T ) {
743
+ if stopped := migration .BuildersPortedToLUCI ["linux-amd64" ] && migration .StopPortedBuilder ("linux-amd64" ); stopped {
744
+ t .Skip ("test can't be used because linux builders are stopped" )
745
+ }
746
+
734
747
type buildMode int
735
748
const (
736
749
tryMode buildMode = 0
0 commit comments