From 9a631556e4d4a081ac4296ea362ec8b675ea901b Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 31 Jan 2017 20:32:38 +0000 Subject: [PATCH] cmd/coordinator: reenable trybots for the perf repo Change-Id: I9f9ed277849f5d8c0ef2554ab105719370476b4f Reviewed-on: https://go-review.googlesource.com/36017 Reviewed-by: Brad Fitzpatrick --- cmd/coordinator/coordinator.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/coordinator/coordinator.go b/cmd/coordinator/coordinator.go index 61fbdc3a..2db3a530 100644 --- a/cmd/coordinator/coordinator.go +++ b/cmd/coordinator/coordinator.go @@ -817,7 +817,7 @@ func findTryWork() error { log.Printf("Warning: skipping incomplete %#v", ci) continue } - if ci.Project == "build" || ci.Project == "grpc-review" || ci.Project == "perf" { + if ci.Project == "build" || ci.Project == "grpc-review" { // Skip trybot request in build repo. // Also skip grpc-review, which is only for reviews for now. continue @@ -1148,7 +1148,6 @@ func (br builderRev) skipBuild() bool { "exp", // always broken, depends on mobile which is broken "mobile", // always broken (gl, etc). doesn't compile. "term", // no code yet in repo: "warning: "golang.org/x/term/..." matched no packages" - "perf", // has external deps "oauth2": // has external deps return true }