@@ -100,8 +100,7 @@ func TestTrybots(t *testing.T) {
100
100
//"linux-amd64-newinliner",
101
101
//"linux-amd64-race",
102
102
//"linux-arm64",
103
- "openbsd-amd64-72" ,
104
- // Stopped.
103
+ //"openbsd-amd64-72",
105
104
//"windows-386-2016",
106
105
//"windows-amd64-2016",
107
106
},
@@ -117,8 +116,7 @@ func TestTrybots(t *testing.T) {
117
116
//"linux-amd64-boringcrypto",
118
117
//"linux-amd64-race",
119
118
//"linux-arm64",
120
- "openbsd-amd64-72" ,
121
- // Stopped.
119
+ //"openbsd-amd64-72",
122
120
//"windows-386-2016",
123
121
//"windows-amd64-2016",
124
122
@@ -141,8 +139,7 @@ func TestTrybots(t *testing.T) {
141
139
//"linux-amd64-boringcrypto",
142
140
//"linux-amd64-race",
143
141
//"linux-arm64",
144
- "openbsd-amd64-72" ,
145
- // Stopped.
142
+ //"openbsd-amd64-72",
146
143
//"windows-386-2016",
147
144
//"windows-amd64-2016",
148
145
@@ -180,8 +177,8 @@ func TestTrybots(t *testing.T) {
180
177
//"linux-arm64",
181
178
"netbsd-amd64-9_3" ,
182
179
"openbsd-386-72" ,
183
- "openbsd-amd64-72" ,
184
180
// Stopped.
181
+ //"openbsd-amd64-72",
185
182
//"windows-386-2016",
186
183
//"windows-amd64-2016",
187
184
},
@@ -673,7 +670,7 @@ func TestBuilderConfig(t *testing.T) {
673
670
}
674
671
gotPost := bc .BuildsRepoPostSubmit (tt .br .repo , tt .br .branch , tt .br .goBranch )
675
672
if tt .want & isBuilder != 0 && ! gotPost {
676
- if stopped := migration .BuildersPortedToLUCI [bc .Name ] && migration .StopPortedBuilder ( bc . Name ) ; stopped {
673
+ if stopped := migration .BuildersPortedToLUCI [bc .Name ] && migration .StopPortedBuilder ; stopped {
677
674
t .Logf ("not a post-submit builder because it's intentionally stopped" )
678
675
} else {
679
676
t .Errorf ("not a post-submit builder, but expected" )
@@ -685,7 +682,7 @@ func TestBuilderConfig(t *testing.T) {
685
682
686
683
gotTry := bc .BuildsRepoTryBot (tt .br .repo , tt .br .branch , tt .br .goBranch )
687
684
if tt .want & isTrybot != 0 && ! gotTry {
688
- if stopped := migration .BuildersPortedToLUCI [bc .Name ] && migration .StopPortedBuilder ( bc . Name ) ; stopped {
685
+ if stopped := migration .BuildersPortedToLUCI [bc .Name ] && migration .StopPortedBuilder ; stopped {
689
686
t .Logf ("not a trybot builder because it's intentionally stopped" )
690
687
} else {
691
688
t .Errorf ("not trybot, but expected" )
@@ -740,7 +737,7 @@ func TestBuildsRepoAtAllImplicitGoBranch(t *testing.T) {
740
737
}
741
738
742
739
func TestShouldRunDistTest (t * testing.T ) {
743
- if stopped := migration .BuildersPortedToLUCI ["linux-amd64" ] && migration .StopPortedBuilder ( "linux-amd64" ) ; stopped {
740
+ if stopped := migration .BuildersPortedToLUCI ["linux-amd64" ] && migration .StopPortedBuilder ; stopped {
744
741
t .Skip ("test can't be used because linux builders are stopped" )
745
742
}
746
743
0 commit comments