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

Unified Diff: appengine/cmd/milo/Makefile

Issue 2109473005: Milo: Pending swarming builds (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Cleanup, new test data, fix timing display Created 4 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 | « no previous file | appengine/cmd/milo/frontend/expectations/buildbot-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/Makefile
diff --git a/appengine/cmd/milo/Makefile b/appengine/cmd/milo/Makefile
index 628b7c149308374d648d988c88fcabb3ed80203a..369f09e698a27b0fd8fa152dbcc2d35ce23f1165 100644
--- a/appengine/cmd/milo/Makefile
+++ b/appengine/cmd/milo/Makefile
@@ -8,5 +8,11 @@ projdir := $(patsubst %/,%,$(dir $(mkfile_path)))
dev:
$(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py devserver -- --host 0.0.0.0 --port 8081 --log_level debug
+up:
+ $(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py upload
+
test:
go test ./...
+
+train:
+ go test ./... -test.generate
« no previous file with comments | « no previous file | appengine/cmd/milo/frontend/expectations/buildbot-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698