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

Unified Diff: masters/master.chromium.infra/master.cfg

Issue 2037423002: build: convert infra-continuous-win-64 back to annotated_run (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.infra/master.cfg
diff --git a/masters/master.chromium.infra/master.cfg b/masters/master.chromium.infra/master.cfg
index 134a098df51572be83a1aea13a2e27819311dd45..f64d497714b6dd5c4ed825f445d47a66dbe73d2a 100644
--- a/masters/master.chromium.infra/master.cfg
+++ b/masters/master.chromium.infra/master.cfg
@@ -15,6 +15,7 @@ from buildbot.status import mail
from master import gitiles_poller
from master import master_utils
from master import slaves_list
+from master.factory import annotator_factory
from master.factory import remote_run_factory
@@ -27,6 +28,8 @@ c['builders'] = []
c['change_source'] = []
c['status'] = []
+f_annotations = annotator_factory.AnnotatorFactory(ActiveMaster)
+
def m_remote_run(recipe, **kwargs):
return remote_run_factory.RemoteRunFactory(
active_master=ActiveMaster,
@@ -167,7 +170,8 @@ c['builders'].extend([
{
'name': 'infra-continuous-win-64',
'slavebuilddir': 'infra-continuous',
- 'factory': m_remote_run('infra/infra_continuous'),
+ # TODO(phajdan.jr): Convert to remote_run (http://crbug.com/617565).
+ 'factory': f_annotations.BaseFactory('infra/infra_continuous'),
'category': '1continuous',
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698