mirror of
https://github.com/golang/go
synced 2024-11-26 01:07:57 -07:00
misc/dashboard/app: make the builders test go.talks and go.exp
R=golang-dev, r CC=golang-dev https://golang.org/cl/7419048
This commit is contained in:
parent
831db8d988
commit
0acda4e87d
@ -188,7 +188,7 @@ func partsToHash(c *Commit, p []string) *Result {
|
||||
//
|
||||
// Each Result entity is a descendant of its associated Commit entity.
|
||||
type Result struct {
|
||||
Builder string // "arch-os[-note]"
|
||||
Builder string // "os-arch[-note]"
|
||||
Hash string
|
||||
PackagePath string // (empty for Go commits)
|
||||
|
||||
|
@ -24,6 +24,8 @@ var subRepos = []string{
|
||||
"crypto",
|
||||
"image",
|
||||
"net",
|
||||
"talks",
|
||||
"exp",
|
||||
}
|
||||
|
||||
// Put subRepos into defaultPackages.
|
||||
|
Loading…
Reference in New Issue
Block a user