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

Unified Diff: scripts/slave/recipes/android/builder.py

Issue 2275563003: Fix android recipe build upload names (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
Index: scripts/slave/recipes/android/builder.py
diff --git a/scripts/slave/recipes/android/builder.py b/scripts/slave/recipes/android/builder.py
index b6fbf0e4cd2364cd78818adce080c7ba7b18d9f6..2c7bdd9e221916091355628d7e8c26795aba9789 100644
--- a/scripts/slave/recipes/android/builder.py
+++ b/scripts/slave/recipes/android/builder.py
@@ -52,7 +52,7 @@ BUILDERS = freeze({
},
'upload': {
'bucket': 'chrome-perf',
- 'path': lambda api: ('android_perf_rel/full-build-linux_%s.zip'
+ 'path': lambda api: ('Android Builder/full-build-linux_%s.zip'
% api.properties['revision']),
},
'run_mb': True,

Powered by Google App Engine
This is Rietveld 408576698