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

Unified Diff: PRESUBMIT.py

Issue 943023002: Only require iOS ninja bots on the commit queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 10 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 | testing/commit_queue/config.json » ('j') | testing/commit_queue/config.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c49ccd0c4f895c45f4b74160b0509874ff868da1..3ab77f403898ce07edc7d1974602c87271d8b4a7 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1765,7 +1765,10 @@ def GetPreferredTryMasters(project, change):
'android_rel_tests_recipe',
])
if all(re.search(r'[\\\/_]ios[\\\/_.]', f) for f in files):
- return GetDefaultTryConfigs(['ios_rel_device', 'ios_dbg_simulator'])
+ return GetDefaultTryConfigs([
+ 'ios_rel_device_ninja',
+ 'ios_dbg_simulator_ninja',
+ ])
import os
import json
« no previous file with comments | « no previous file | testing/commit_queue/config.json » ('j') | testing/commit_queue/config.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698