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

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

Issue 2452943005: Try converting chromium.fyi remote_run to tools/build (Closed)
Patch Set: Remove extraneous Created 4 years, 2 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.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 7c105a8faacaa18ddb043904e5f9a8bce8e2da14..6b03761d62d323b5b8a318b19d66bbe63295bde8 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -395,7 +395,6 @@ def m_remote_run_chromium_src(recipe, **kwargs):
kwargs.setdefault('revision', revision_getter)
return remote_run_factory.RemoteRunFactory(
active_master=ActiveMaster,
- repository='https://chromium.googlesource.com/chromium/src.git',
iannucci 2016/10/27 21:31:52 not sure this change is necessary?
martiniss 2016/10/27 22:45:37 Oops. That should not have been removed.
recipe=recipe,
factory_properties={'path_config': 'kitchen'},
use_gitiles=True,
@@ -1475,14 +1474,13 @@ c['builders'] = [
c['builders'].extend([
{
'name': 'Linux remote_run Builder',
- 'factory': m_remote_run_chromium_src(
- 'chromium', timeout=2400, max_time=10800),
+ 'factory': m_remote_run('chromium', timeout=2400, max_time=10800),
'category': 'remote_run',
'auto_reboot': True,
},
{
'name': 'Linux remote_run Tester',
- 'factory': m_remote_run_chromium_src('chromium'),
+ 'factory': m_remote_run('chromium'),
'category': 'remote_run',
'auto_reboot': True,
},
« 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