Skip to content

Commit 8613bfa

Browse files
committed
dashboard: enable linux-amd64-stretch builder
The builder named "linux-amd64" was updated from Stretch to Bullseye in CL 343633, so it's worthwhile for the linux-amd64-stretch builder to be running post-submit builds. Updates golang/go#47721. Change-Id: I5d42af77771789724a5e6ffdc9260ab15e845752 Reviewed-on: https://go-review.googlesource.com/c/build/+/386114 Trust: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
1 parent 2d45280 commit 8613bfa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dashboard/builders.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,10 +1835,9 @@ func init() {
18351835
Notes: "Runs GOOS=linux but with the Android emulator attached, for running x/mobile host tests.",
18361836
})
18371837
addBuilder(BuildConfig{
1838-
Name: "linux-amd64-stretch",
1839-
HostType: "host-linux-stretch",
1840-
Notes: "Debian Stretch. Same as the normal 'linux-amd64' builder at this time, but with -stretch suffix. Used for release builds.",
1841-
buildsRepo: disabledBuilder, // Disabled because the "linux-amd64" builder does identical work.
1838+
Name: "linux-amd64-stretch",
1839+
HostType: "host-linux-stretch",
1840+
Notes: "Debian Stretch.",
18421841
env: []string{
18431842
"GO_DISABLE_OUTBOUND_NETWORK=1",
18441843
},

0 commit comments

Comments
 (0)