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

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

Issue 2088033002: Change WebView bisect bot to grab 64 bit builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update master.cfg Created 4 years, 6 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 a0041e9b88bfdd10d6195f621d10764413ac2891..4f8a47893a39953f7abcc9a27e952491d1764675 100644
--- a/scripts/slave/recipes/bisection/android_bisect.py
+++ b/scripts/slave/recipes/bisection/android_bisect.py
@@ -69,7 +69,7 @@ BUILDERS = freeze({
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',
},
- 'android_webview_aosp_perf_bisect': {
+ 'android_webview_arm64_aosp_perf_bisect': {
'recipe_config': 'main_builder_rel_mb',
'gclient_apply_config': ['android', 'perf'],
'bucket': 'chrome-perf',

Powered by Google App Engine
This is Rietveld 408576698