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

Unified Diff: scripts/slave/recipes/android/builder.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
« no previous file with comments | « no previous file | scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android/builder.py
diff --git a/scripts/slave/recipes/android/builder.py b/scripts/slave/recipes/android/builder.py
index 3b7f7121dc3423c48a55274d549852250f8fee49..3b8a9eeccc6c08c09a4751c688d6c0d9005907a8 100644
--- a/scripts/slave/recipes/android/builder.py
+++ b/scripts/slave/recipes/android/builder.py
@@ -104,7 +104,7 @@ BUILDERS = freeze({
},
'tryserver.chromium.perf': {
'android_perf_bisect_builder': {
- 'recipe_config': 'perf',
+ 'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'kwargs': {
'BUILD_CONFIG': 'Release',
@@ -113,10 +113,11 @@ BUILDERS = freeze({
# DEPS changes, and the logic for this is in zip_build.py.
'zip_and_upload': {
'bucket': 'chrome-perf',
- }
+ },
+ 'run_mb': True,
},
'android_arm64_perf_bisect_builder': {
- 'recipe_config': 'arm64_builder',
+ 'recipe_config': 'arm64_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'kwargs': {
'BUILD_CONFIG': 'Release',
@@ -125,7 +126,8 @@ BUILDERS = freeze({
# DEPS changes, and the logic for this is in zip_build.py.
'zip_and_upload': {
'bucket': 'chrome-perf',
- }
+ },
+ 'run_mb': True,
},
},
'client.v8.fyi': {
« no previous file with comments | « no previous file | scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698