We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe14ab commit f77eaaaCopy full SHA for f77eaaa
dashboard/builders.go
@@ -1749,8 +1749,6 @@ func init() {
1749
Name: "android-386-emu",
1750
HostType: "host-android-amd64-emu", // same amd64 host is used for 386 builder
1751
Notes: "Android emulator on GCE",
1752
- TryOnly: true, // but not in trybot set for now
1753
- tryBot: nil,
1754
env: []string{
1755
"GOARCH=386",
1756
"GOOS=android",
@@ -1763,8 +1761,7 @@ func init() {
1763
1761
Name: "android-amd64-emu",
1764
1762
HostType: "host-android-amd64-emu",
1765
1766
1767
+ tryBot: nil, // not yet; TODO: collect timing, deciding test sharding size
1768
1769
"GOARCH=amd64",
1770
0 commit comments