Skip to content

Commit bab2ff9

Browse files
committed
dashboard: update Solaris owner
Updates golang/go#15581 Change-Id: Idae332b234d18f0bd90eb354f611fd5a824feb85 Reviewed-on: https://go-review.googlesource.com/c/build/+/205600 Reviewed-by: Bryan C. Mills <[email protected]>
1 parent b8261ec commit bab2ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/builders.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ var Hosts = map[string]*HostConfig{
548548
},
549549
"host-solaris-oracle-amd64-oraclerel": &HostConfig{
550550
Notes: "Oracle Solaris amd64 Release System",
551-
Owner: "", // TODO: find current owner
552-
OwnerGithub: "", // TODO: find current owner
551+
Owner: "",
552+
OwnerGithub: "rorth", // https://github.com/golang/go/issues/15581#issuecomment-550368581
553553
IsReverse: true,
554554
ExpectNum: 1,
555555
env: []string{"GOROOT_BOOTSTRAP=/opt/golang/go-solaris-amd64-bootstrap"},

0 commit comments

Comments
 (0)