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

Side by Side Diff: build/masters/master.chromium.perf_av/buildbot.tac

Issue 115363004: Remove "AV Win7" bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 import os
2
3 from twisted.application import service
4 from buildbot.master import BuildMaster
5
6 basedir = os.path.dirname(os.path.abspath(__file__))
7 configfile = r'master.cfg'
8
9 application = service.Application('buildmaster')
10 BuildMaster(basedir, configfile).setServiceParent(application)
11
OLDNEW
« no previous file with comments | « build/masters/master.chromium.perf_av/buildbot ('k') | build/masters/master.chromium.perf_av/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698