Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Unified Diff: milo/appengine/frontend/buildbot_data.go

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/appengine/console/console.go ('k') | milo/appengine/frontend/frontpage.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/buildbot_data.go
diff --git a/milo/appengine/frontend/buildbot_data.go b/milo/appengine/frontend/buildbot_data.go
index 20d66cac80ecb5392f290a9ea364195f15c8a70c..1a94e2509c9aed6cb6a96edfb55bc27780433dc3 100644
--- a/milo/appengine/frontend/buildbot_data.go
+++ b/milo/appengine/frontend/buildbot_data.go
@@ -10,8 +10,8 @@ import (
"github.com/luci/gae/impl/memory"
"github.com/luci/luci-go/common/clock/testclock"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/buildbot"
"github.com/luci/luci-go/milo/appengine/common"
+ "github.com/luci/luci-go/milo/appengine/job_source/buildbot"
"github.com/luci/luci-go/server/templates"
"golang.org/x/net/context"
)
@@ -22,7 +22,7 @@ func buildbotBuildTestData() []common.TestBundle {
c, _ = testclock.UseTime(c, testclock.TestTimeUTC)
bundles := []common.TestBundle{}
for _, tc := range buildbot.TestCases {
- build, err := buildbot.Build(c, "debug", tc.Builder, tc.Build)
+ build, err := buildbot.DebugBuild(c, "../job_source/buildbot", tc.Builder, tc.Build)
if err != nil {
panic(fmt.Errorf(
"Encountered error while building debug/%s/%s.\n%s",
« no previous file with comments | « milo/appengine/console/console.go ('k') | milo/appengine/frontend/frontpage.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698