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

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

Issue 1574433004: Allow a single trybot to mirror multiple waterfall bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@bot-config-and-test-db
Patch Set: Created 4 years, 11 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/perf_try/api.py
diff --git a/scripts/slave/recipe_modules/perf_try/api.py b/scripts/slave/recipe_modules/perf_try/api.py
index db284dafc3ba420b53b1920de007486ab10662c4..29f48c8ec8b670d4b98a6182cbf6680d296c49b8 100644
--- a/scripts/slave/recipe_modules/perf_try/api.py
+++ b/scripts/slave/recipe_modules/perf_try/api.py
@@ -162,8 +162,7 @@ class PerfTryJobApi(recipe_api.RecipeApi):
def _compile(self, name, mastername, buildername, update_step, bot_db):
"""Runs compile and related steps for given builder."""
compile_targets, _ = self.m.chromium_tests.get_compile_targets_and_tests(
- mastername,
- buildername,
+ self.m.chromium_tests.create_bot_desc(mastername, buildername),
bot_db,
override_bot_type='builder_tester',
override_tests=[])

Powered by Google App Engine
This is Rietveld 408576698