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

Unified Diff: masters/master.client.webrtc/master_mac_cfg.py

Issue 2248783002: WebRTC: Fix incorrect recipe for client.webrtc iOS framework bot. (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.client.webrtc/master_mac_cfg.py
diff --git a/masters/master.client.webrtc/master_mac_cfg.py b/masters/master.client.webrtc/master_mac_cfg.py
index 9877c5746c4670346bb3d6aaf04e0537156f56e6..8aa6c0ec9f9ebf5c6de51d8a51ce8c3cb5f00658 100644
--- a/masters/master.client.webrtc/master_mac_cfg.py
+++ b/masters/master.client.webrtc/master_mac_cfg.py
@@ -113,7 +113,7 @@ def Update(c):
# remote_run is not working for the webrtc/ios recipe: crbug.com/637666.
'factory': m_annotator.BaseFactory(spec['recipe'])
if 'recipe' in spec and spec['recipe'] == 'webrtc/ios'
- else m_remote_run('webrtc/standalone'),
+ else m_remote_run(spec.get('recipe', 'webrtc/standalone')),
'notify_on_missing': True,
'category': spec.get('category', 'compile|testers'),
'slavebuilddir': spec['slavebuilddir'],
« 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