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

Unified Diff: masters/master.tryserver.webrtc/master.cfg

Issue 2235163002: WebRTC: Don't use remote_run for tryserver.webrtc ios recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Handling missing recipe key Created 4 years, 4 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.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index ced191d40e30a0f517243c9913405731287551e2..92265c545fab00e7087a902143a392d920f0d59a 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -139,8 +139,8 @@ c['builders'] = [
# TODO(sergiyb): Remove the timeout below after all bots have synched past
# Blink merge commit.
'factory': m_annotator.BaseFactory(spec['recipe'], timeout=3600)
- if spec.get('recipe') == 'webrtc/libfuzzer'
- else m_remote_run('webrtc/standalone', timeout=3600),
+ if spec.get('recipe', 'webrtc/standalone') != 'webrtc/standalone'
kjellander_chromium 2016/08/11 06:54:56 I admit this is not nice, but it's even worse to d
+ else m_remote_run('webrtc/standalone', timeout=3600),
'slavebuilddir': spec['slavebuilddir'],
} for spec in specs
]
« 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