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

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

Issue 1474473004: Pass mb_mastername and mb_buildername as parameters to override the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Pass mb_mastername and mb_buildername as parameters Created 5 years, 1 month 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 d8245ee33c8caeb6aaaca27ba2e481b26c4dca4a..875156cb27b6983dfa0fe3fdf45045917178000c 100644
--- a/scripts/slave/recipe_modules/ios/api.py
+++ b/scripts/slave/recipe_modules/ios/api.py
@@ -313,6 +313,8 @@ class iOSApi(recipe_api.RecipeApi):
tests,
self.__config['additional_compile_targets'] + tests,
'trybot_analyze_config.json',
+ self.m.properties['mastername'],
+ self.m.properties['buildername'],
additional_names=['chromium', 'ios']
)
)

Powered by Google App Engine
This is Rietveld 408576698