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

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

Issue 2236263002: tryserver.chromium.webrtc: re-enable remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 92265c545fab00e7087a902143a392d920f0d59a..7db3a6f5be6a307365c4b801aacb0732af247169 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -139,8 +139,9 @@ 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/standalone') != 'webrtc/standalone'
- else m_remote_run('webrtc/standalone', timeout=3600),
+ if spec.get('recipe') == 'webrtc/libfuzzer'
+ else m_remote_run(spec.get('recipe', '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