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

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

Issue 2275563003: Fix android recipe build upload names (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase 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/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/bisector.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/bisector.py b/scripts/slave/recipe_modules/auto_bisect/bisector.py
index cfad3e1f9af8b86f056a1f710cee20e91b9f9107..cd46eb187fbc2b818e67509b6c6a9350f9519313 100644
--- a/scripts/slave/recipe_modules/auto_bisect/bisector.py
+++ b/scripts/slave/recipe_modules/auto_bisect/bisector.py
@@ -853,8 +853,8 @@ class Bisector(object):
# target_bit from the bot config. crbug.com/640287
if 'android' in bot_name:
if any(b in bot_name for b in ['arm64', 'nexus9', 'nexus5X']):
- return 'gs://chrome-perf/android_perf_rel_arm64/full-build-linux_'
- return 'gs://chrome-perf/android_perf_rel/full-build-linux_'
+ return 'gs://chrome-perf/Android arm64 Builder/full-build-linux_'
+ return 'gs://chrome-perf/Android Builder/full-build-linux_'
if 'mac' in bot_name:
return 'gs://chrome-perf/Mac Builder/full-build-mac_'
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698