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

Unified Diff: scripts/slave/recipe_modules/ios/api.py

Issue 2187253003: Fix applying non-chromium patches to ios trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix 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
Index: scripts/slave/recipe_modules/ios/api.py
diff --git a/scripts/slave/recipe_modules/ios/api.py b/scripts/slave/recipe_modules/ios/api.py
index 25119c760b41d1cf36730ae7893a56d8dd6768c3..b789f4ecaabb78a6cf1e5c84ea2e5e8a1438e58b 100644
--- a/scripts/slave/recipe_modules/ios/api.py
+++ b/scripts/slave/recipe_modules/ios/api.py
@@ -337,7 +337,7 @@ class iOSApi(recipe_api.RecipeApi):
self.compiler == 'ninja' and
self.m.tryserver.is_tryserver and
'without patch' not in suffix):
- affected_files = self.m.tryserver.get_files_affected_by_patch()
+ affected_files = self.m.chromium_tests.get_files_affected_by_patch()
# The same test may be configured to run on multiple simulators.
# Only specify each test once for the analyzer.
tests = list(set(test['app'] for test in self.__config['tests']))
« no previous file with comments | « no previous file | scripts/slave/recipes/ios/try.py » ('j') | scripts/slave/recipes/ios/try.expected/icu_patch.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698