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

Unified Diff: milo/build_source/swarming/memoryClient.go

Issue 2948143003: [milo] job_source -> build_source. (Closed)
Patch Set: fix 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/build_source/swarming/html_test.go ('k') | milo/build_source/swarming/testdata/build-canceled » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/build_source/swarming/memoryClient.go
diff --git a/milo/job_source/swarming/memoryClient.go b/milo/build_source/swarming/memoryClient.go
similarity index 98%
rename from milo/job_source/swarming/memoryClient.go
rename to milo/build_source/swarming/memoryClient.go
index fc3379d9b1e38d047b3bc9a138b3ee5374872812..e3fdfb55d4fea4d5899d8d02848323e366e67833 100644
--- a/milo/job_source/swarming/memoryClient.go
+++ b/milo/build_source/swarming/memoryClient.go
@@ -12,7 +12,7 @@ import (
miloProto "github.com/luci/luci-go/common/proto/milo"
"github.com/luci/luci-go/logdog/client/butlerlib/streamclient"
"github.com/luci/luci-go/logdog/client/butlerlib/streamproto"
- "github.com/luci/luci-go/milo/job_source/raw_presentation"
+ "github.com/luci/luci-go/milo/build_source/raw_presentation"
)
// In-memory datastructure to hold a fake butler client.
« no previous file with comments | « milo/build_source/swarming/html_test.go ('k') | milo/build_source/swarming/testdata/build-canceled » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698