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

Unified Diff: scripts/slave/recipes/android/appurify.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/recipes/android/appurify.py
diff --git a/scripts/slave/recipes/android/appurify.py b/scripts/slave/recipes/android/appurify.py
index 573cf391f690cbc64e991efce755c4449b386afe..6996e0e9736a083d48380d2b75b3e7f0ef5a618a 100644
--- a/scripts/slave/recipes/android/appurify.py
+++ b/scripts/slave/recipes/android/appurify.py
@@ -159,6 +159,8 @@ def RunSteps(api, mastername, buildername):
api.filter.does_patch_require_compile(
api.tryserver.get_files_affected_by_patch(),
+ mastername,
+ buildername,
test_targets=test_names,
additional_compile_targets=compile_targets,
additional_names=['chromium'],

Powered by Google App Engine
This is Rietveld 408576698