Skip to content

Commit

Permalink
dashboard: update Solaris owner
Browse files Browse the repository at this point in the history
Updates golang/go#15581

Change-Id: Idae332b234d18f0bd90eb354f611fd5a824feb85
Reviewed-on: https://go-review.googlesource.com/c/build/+/205600
Reviewed-by: Bryan C. Mills <[email protected]>
  • Loading branch information
bradfitz authored and codebien committed Nov 13, 2019
1 parent 87419a0 commit 7a5451a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ var Hosts = map[string]*HostConfig{
},
"host-solaris-oracle-amd64-oraclerel": &HostConfig{
Notes: "Oracle Solaris amd64 Release System",
Owner: "", // TODO: find current owner
OwnerGithub: "", // TODO: find current owner
Owner: "",
OwnerGithub: "rorth", // https://github.com/golang/go/issues/15581#issuecomment-550368581
IsReverse: true,
ExpectNum: 1,
env: []string{"GOROOT_BOOTSTRAP=/opt/golang/go-solaris-amd64-bootstrap"},
Expand Down

0 comments on commit 7a5451a

Please sign in to comment.