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

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: 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
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

Powered by Google App Engine
This is Rietveld 408576698