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

Unified Diff: masters/master.client.v8.fyi/master.cfg

Issue 2171183003: client.v8.fyi: convert blink_downstream builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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.client.v8.fyi/master.cfg
diff --git a/masters/master.client.v8.fyi/master.cfg b/masters/master.client.v8.fyi/master.cfg
index fb8a6a9e734b001fcca1a854ac3ff8d7cdaee28a..ee31c84fdc18a46ee0a3f068534d5340f6f99d2e 100644
--- a/masters/master.client.v8.fyi/master.cfg
+++ b/masters/master.client.v8.fyi/master.cfg
@@ -110,29 +110,29 @@ nightly_builders = [
scheduled_builders = [
{
'name': 'V8-Blink Win',
- 'factory': F('blink_downstream'),
+ 'factory': m_remote_run('blink_downstream'),
'category': CATEGORY_LAYOUT,
},
{
'name': 'V8-Blink Mac',
- 'factory': F('blink_downstream'),
+ 'factory': m_remote_run('blink_downstream'),
'category': CATEGORY_LAYOUT,
},
{
'name': 'V8-Blink Linux 64',
- 'factory': F('blink_downstream'),
+ 'factory': m_remote_run('blink_downstream'),
'category': CATEGORY_LAYOUT,
# Build all revisions.
'mergeRequests': False,
},
{
'name': 'V8-Blink Linux 64 - ignition',
- 'factory': F('blink_downstream'),
+ 'factory': m_remote_run('blink_downstream'),
'category': CATEGORY_LAYOUT,
},
{
'name': 'V8-Blink Linux 64 (dbg)',
- 'factory': F('blink_downstream'),
+ 'factory': m_remote_run('blink_downstream'),
'category': CATEGORY_LAYOUT,
},
{
« 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