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

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

Issue 2160893002: Using correct bucket for downloading image in perf tryjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/perf_try/build_state.py
diff --git a/scripts/slave/recipe_modules/perf_try/build_state.py b/scripts/slave/recipe_modules/perf_try/build_state.py
index 465487de2ef4350a337943748d2c30021ceea19a..2d732ab2bc9d29c207bc1aafae4f3dae68e1f577 100644
--- a/scripts/slave/recipe_modules/perf_try/build_state.py
+++ b/scripts/slave/recipe_modules/perf_try/build_state.py
@@ -151,7 +151,7 @@ class BuildState(object):
gs_bucket = 'gs://%s/' % self.bucket
archive_path = self.build_file_path[len(gs_bucket):]
self.api.m.chromium_android.download_build(
- bucket=bot_config['bucket'],
+ bucket=self.bucket,
path=archive_path)
# The way android builders on tryserver.chromium.perf are archived is
« no previous file with comments | « no previous file | scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698