Commit 0acda4e8 authored by Shenghou Ma's avatar Shenghou Ma

misc/dashboard/app: make the builders test go.talks and go.exp

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7419048
parent 831db8d9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment