Skip to content

Commit f77eaaa

Browse files
committed
dashboard: enable android-amd64-emu and android-386-emu builders
Updates golang/go#23824 Change-Id: I24b590dab6719d014472da3d7850fc9a1b3ef4cc Reviewed-on: https://go-review.googlesource.com/c/164380 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent cfe14ab commit f77eaaa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: dashboard/builders.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -1749,8 +1749,6 @@ func init() {
17491749
Name: "android-386-emu",
17501750
HostType: "host-android-amd64-emu", // same amd64 host is used for 386 builder
17511751
Notes: "Android emulator on GCE",
1752-
TryOnly: true, // but not in trybot set for now
1753-
tryBot: nil,
17541752
env: []string{
17551753
"GOARCH=386",
17561754
"GOOS=android",
@@ -1763,8 +1761,7 @@ func init() {
17631761
Name: "android-amd64-emu",
17641762
HostType: "host-android-amd64-emu",
17651763
Notes: "Android emulator on GCE",
1766-
TryOnly: true, // but not in trybot set for now
1767-
tryBot: nil,
1764+
tryBot: nil, // not yet; TODO: collect timing, deciding test sharding size
17681765
env: []string{
17691766
"GOARCH=amd64",
17701767
"GOOS=android",

0 commit comments

Comments
 (0)