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

Unified Diff: milo/appengine/rpc/buildinfo.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/logdog/logDogStream.go ('k') | milo/appengine/swarming/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/rpc/buildinfo.go
diff --git a/milo/appengine/rpc/buildinfo.go b/milo/appengine/rpc/buildinfo.go
index 451873a66ccf829bc5e3eb584ebec606d4069e47..e96e5ddc0f25553daa1beb55fb32ccadbaefa0b6 100644
--- a/milo/appengine/rpc/buildinfo.go
+++ b/milo/appengine/rpc/buildinfo.go
@@ -8,8 +8,8 @@ import (
"github.com/luci/luci-go/grpc/grpcutil"
"github.com/luci/luci-go/luci_config/common/cfgtypes"
milo "github.com/luci/luci-go/milo/api/proto"
- "github.com/luci/luci-go/milo/appengine/buildbot"
- "github.com/luci/luci-go/milo/appengine/swarming"
+ "github.com/luci/luci-go/milo/appengine/job_source/buildbot"
+ "github.com/luci/luci-go/milo/appengine/job_source/swarming"
"google.golang.org/grpc/codes"
« no previous file with comments | « milo/appengine/logdog/logDogStream.go ('k') | milo/appengine/swarming/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698