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

Unified Diff: scripts/slave/recipe_modules/gpu/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/gpu/api.py
diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
index 66efb0ea40a92f669b1f7672fe9e5199494248f9..e90556095ac07a0be9295a5138c6d283f88f7f13 100644
--- a/scripts/slave/recipe_modules/gpu/api.py
+++ b/scripts/slave/recipe_modules/gpu/api.py
@@ -215,6 +215,8 @@ class GpuApi(recipe_api.RecipeApi):
if is_tryserver:
self.m.filter.does_patch_require_compile(
self.m.tryserver.get_files_affected_by_patch(),
+ self.m.properties['mastername'],
+ self.m.properties['buildername'],
test_targets=targets,
additional_names=['chromium'],
config_file_name='trybot_analyze_config.json')

Powered by Google App Engine
This is Rietveld 408576698