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

Unified Diff: scripts/slave/recipes/android/perf.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/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index 2d12892e471ee8d907df0b79e3f2035d79b5bdc2..09b9306df6fc36fcb34fb72648223ba0a6c4ac9d 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -46,7 +46,7 @@ def _CreateTestSpec(name, perf_id, required_apks, num_device_shards=1,
'enable_platform_mode': enable_platform_mode,
}
if target_bits == 32:
- builder_name = 'android_perf_rel'
+ builder_name = 'Android Builder'
elif target_bits == 64:
builder_name = 'android_perf_rel_arm64'
dtu 2016/08/24 00:58:36 64-bit also
spec['recipe_config'] = 'tests_arm64'

Powered by Google App Engine
This is Rietveld 408576698