Skip to content

Commit

Permalink
dashboard: remove darwin-arm-mg912baios and darwin-arm64-mn4m2zdaios
Browse files Browse the repository at this point in the history
These have been consistently failing for weeks and attempts to
contact the owner have been unsuccessful.

Updates golang/go#37611
Fixes golang/go#31497

Change-Id: I43c8b9de18c758d256290ee42eb3755dd9eacf3f
Reviewed-on: https://go-review.googlesource.com/c/build/+/222720
Run-TryBot: Andrew Bonventre <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
andybons committed Mar 10, 2020
1 parent d18ebdf commit 4424759
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var slowBotAliases = map[string]string{
"openbsd-arm": "",
"openbsd-arm64": "",
"nacl-arm": "",
"darwin-arm": "", // TODO(golang.org/issue/37611): Remove once port is removed.

"386": "linux-386",
"aix": "aix-ppc64",
Expand All @@ -45,7 +46,6 @@ var slowBotAliases = map[string]string{
"darwin": "darwin-amd64-10_14",
"darwin-386": "darwin-386-10_14",
"darwin-amd64": "darwin-amd64-10_14",
"darwin-arm": "darwin-arm-mg912baios",
"darwin-arm64": "darwin-arm64-corellium",
"dragonfly": "dragonfly-amd64",
"freebsd": "freebsd-amd64-12_0",
Expand Down Expand Up @@ -601,16 +601,6 @@ var Hosts = map[string]*HostConfig{
"GOROOT_BOOTSTRAP=/usr/local/go-bootstrap",
},
},
"host-darwin-amd64-zenly-ios": &HostConfig{
Notes: "MacBook Pro hosted by Zenly, running the ios reverse buildlet",
OwnerGithub: "znly",
IsReverse: true,
ExpectNum: 1,
env: []string{
"GOROOT_BOOTSTRAP=/usr/local/Cellar/1.10.3/libexec",
"GOHOSTARCH=amd64",
},
},
"host-darwin-arm64-corellium-ios": &HostConfig{
Notes: "Virtual iOS devices hosted by Zenly on Corellium",
OwnerGithub: "znly",
Expand Down Expand Up @@ -2081,24 +2071,6 @@ func init() {
shouldRunDistTest: macTestPolicy,
buildsRepo: onlyGo,
})
addBuilder(BuildConfig{
Name: "darwin-arm-mg912baios",
HostType: "host-darwin-amd64-zenly-ios",
Notes: "iPhone 5C (model MG912B/A), via a MacBook Pro; owned by zenly",
env: []string{
"GOARCH=arm",
"GOIOS_DEVICE_ID=8e5c23a5d0843d1ffe164ea0b2f2500599c3ebff",
},
})
addBuilder(BuildConfig{
Name: "darwin-arm64-mn4m2zdaios",
HostType: "host-darwin-amd64-zenly-ios",
Notes: "iPhone 7+ (model MN4M2ZD/A), via a MacBook Pro; owned by zenly",
env: []string{
"GOARCH=arm64",
"GOIOS_DEVICE_ID=5ec20fafe317e1c8ff51efc6d508cf19808474a2",
},
})
addBuilder(BuildConfig{
Name: "darwin-arm64-corellium",
HostType: "host-darwin-arm64-corellium-ios",
Expand Down

0 comments on commit 4424759

Please sign in to comment.