Skip to content

Commit

Permalink
dashboard: enable android-amd64-emu and android-386-emu builders
Browse files Browse the repository at this point in the history
Updates golang/go#23824

Change-Id: I24b590dab6719d014472da3d7850fc9a1b3ef4cc
Reviewed-on: https://go-review.googlesource.com/c/164380
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
bradfitz committed Feb 28, 2019
1 parent cfe14ab commit f77eaaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -1749,8 +1749,6 @@ func init() {
Name: "android-386-emu",
HostType: "host-android-amd64-emu", // same amd64 host is used for 386 builder
Notes: "Android emulator on GCE",
TryOnly: true, // but not in trybot set for now
tryBot: nil,
env: []string{
"GOARCH=386",
"GOOS=android",
Expand All @@ -1763,8 +1761,7 @@ func init() {
Name: "android-amd64-emu",
HostType: "host-android-amd64-emu",
Notes: "Android emulator on GCE",
TryOnly: true, // but not in trybot set for now
tryBot: nil,
tryBot: nil, // not yet; TODO: collect timing, deciding test sharding size
env: []string{
"GOARCH=amd64",
"GOOS=android",
Expand Down

0 comments on commit f77eaaa

Please sign in to comment.