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

Unified Diff: milo/Makefile

Issue 2931773004: Milo: Add machine pool info for buildbot builder view. (Closed)
Patch Set: Rebase 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 | « no previous file | milo/api/resp/botstatus_string.go » ('j') | milo/api/resp/builder.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/Makefile
diff --git a/milo/Makefile b/milo/Makefile
index 8ea4bc79ea9c5985d03ba3f0a08eb5a8682b434c..86bc7800f72e202df0193289ecbbc824eab83114 100644
--- a/milo/Makefile
+++ b/milo/Makefile
@@ -6,7 +6,7 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
projdir := $(patsubst %/,%,$(dir $(mkfile_path)))
dev:
- gae.py devserver --app-dir $(projdir)/appengine -- --host 0.0.0.0 --port 8082 --admin_port 7999 --log_level debug
+ gae.py devserver -A luci-milo --app-dir $(projdir)/appengine -- --host 0.0.0.0 --port 8082 --admin_port 7999 --log_level debug
# This is intentionally not dependent on the others below to avoid
# asking for user confirmation multiple times.
« no previous file with comments | « no previous file | milo/api/resp/botstatus_string.go » ('j') | milo/api/resp/builder.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698