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

Unified Diff: masters/master.chromium.memory.fyi/buildbot.tac

Issue 2032043003: Revert of Change chromium.memory.fyi to chromium.memory.full (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 | « masters/master.chromium.memory.fyi/buildbot ('k') | masters/master.chromium.memory.fyi/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.memory.fyi/buildbot.tac
diff --git a/masters/master.chromium.memory.fyi/buildbot.tac b/masters/master.chromium.memory.fyi/buildbot.tac
new file mode 100644
index 0000000000000000000000000000000000000000..f4bca882aa56313fac4a819fc4bea76edf18b2f9
--- /dev/null
+++ b/masters/master.chromium.memory.fyi/buildbot.tac
@@ -0,0 +1,11 @@
+import os
+
+from twisted.application import service
+from buildbot.master import BuildMaster
+
+basedir = os.path.dirname(os.path.abspath(__file__))
+configfile = r'master.cfg'
+
+application = service.Application('buildmaster')
+BuildMaster(basedir, configfile).setServiceParent(application)
+
« no previous file with comments | « masters/master.chromium.memory.fyi/buildbot ('k') | masters/master.chromium.memory.fyi/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698