Skip to content

Commit f482cec

Browse files
Quentin Perezbradfitz
authored andcommitted
dashboard: add zenly as builder for ios (Iphone 5C, 7+)
Change-Id: Ie1dd5c53ed0b2d207297ee0cd3ba46a111167e30 Reviewed-on: https://go-review.googlesource.com/125815 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 4d0ec90 commit f482cec

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

dashboard/builders.go

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,16 @@ var Hosts = map[string]*HostConfig{
453453
"GOHOSTARCH=amd64",
454454
},
455455
},
456+
"host-darwin-amd64-zenly-ios": &HostConfig{
457+
Notes: "MacBook Pro hosted by Zenly, running the ios reverse buildlet",
458+
OwnerGithub: "znly",
459+
IsReverse: true,
460+
ExpectNum: 1,
461+
env: []string{
462+
"GOROOT_BOOTSTRAP=/usr/local/Cellar/1.10.3/libexec",
463+
"GOHOSTARCH=amd64",
464+
},
465+
},
456466
}
457467

458468
func init() {
@@ -1383,6 +1393,24 @@ func init() {
13831393
Notes: "iPhone 6 (model A1586), via a Mac Mini; owned by elias.naur",
13841394
env: []string{"GOARCH=arm64"},
13851395
})
1396+
addBuilder(BuildConfig{
1397+
Name: "darwin-arm-mg912baios",
1398+
HostType: "host-darwin-amd64-zenly-ios",
1399+
Notes: "iPhone 5C (model MG912B/A), via a MacBook Pro; owned by zenly",
1400+
env: []string{
1401+
"GOARCH=arm",
1402+
"GOIOS_DEVICE_ID=8e5c23a5d0843d1ffe164ea0b2f2500599c3ebff",
1403+
},
1404+
})
1405+
addBuilder(BuildConfig{
1406+
Name: "darwin-arm64-mn4m2zdaios",
1407+
HostType: "host-darwin-amd64-zenly-ios",
1408+
Notes: "iPhone 7+ (model MN4M2ZD/A), via a MacBook Pro; owned by zenly",
1409+
env: []string{
1410+
"GOARCH=arm64",
1411+
"GOIOS_DEVICE_ID=5ec20fafe317e1c8ff51efc6d508cf19808474a2",
1412+
},
1413+
})
13861414
addBuilder(BuildConfig{
13871415
Name: "android-arm-wiko-fever",
13881416
HostType: "host-darwin-amd64-eliasnaur-android",

0 commit comments

Comments
 (0)