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

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

Issue 2237293005: Add support to Perf tryjobs to read test attributes from buildbot properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/perf_try/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/api.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/api.py b/scripts/slave/recipe_modules/auto_bisect/api.py
index 03329ce3b326c6df43289498426dcab99d1398ad..72c9be581f3f4ba546e0a9ff713f044997134da6 100644
--- a/scripts/slave/recipe_modules/auto_bisect/api.py
+++ b/scripts/slave/recipe_modules/auto_bisect/api.py
@@ -411,7 +411,7 @@ class AutoBisectApi(recipe_api.RecipeApi):
else:
api.step('***PERF TRYJOB***', [])
self.m.perf_try.start_perf_try_job(
- affected_files, update_step, self.bot_db)
+ api, affected_files, update_step, self.bot_db)
finally:
if api.chromium.c.TARGET_PLATFORM == 'android':
if self.internal_bisect: # pragma: no cover
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/perf_try/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698