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

Unified Diff: scripts/slave/recipes/bisection/android_bisect.py

Issue 1780063002: Make builder config on tryserver.chromium.perf consistent with chromium.perf builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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/bisection/android_bisect.py
diff --git a/scripts/slave/recipes/bisection/android_bisect.py b/scripts/slave/recipes/bisection/android_bisect.py
index 26d35657fde97dace8a1aa832e9938caf0f47699..a0041e9b88bfdd10d6195f621d10764413ac2891 100644
--- a/scripts/slave/recipes/bisection/android_bisect.py
+++ b/scripts/slave/recipes/bisection/android_bisect.py
@@ -25,52 +25,52 @@ BUILDERS = freeze({
'tryserver.chromium.perf': {
'builders': {
'android_one_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_nexus5_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_nexus5X_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_nexus6_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_nexus7_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_nexus9_perf_bisect': {
- 'recipe_config': 'arm64_builder',
+ 'recipe_config': 'arm64_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_s5_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_s5_perf_cq': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_fyi_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
'android_webview_aosp_perf_bisect': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
'webview': True,

Powered by Google App Engine
This is Rietveld 408576698