| Index: scripts/slave/recipes/bisection/android_bisect_staging.py
|
| diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.py b/scripts/slave/recipes/bisection/android_bisect_staging.py
|
| index b250269826319e1e05d60358a2e9038280bc7c90..2acb75a910d20ce3e3488ea345c9589017e27ebf 100644
|
| --- a/scripts/slave/recipes/bisection/android_bisect_staging.py
|
| +++ b/scripts/slave/recipes/bisection/android_bisect_staging.py
|
| @@ -81,6 +81,11 @@ BUILDERS = freeze({
|
| 'bucket': 'chrome-perf',
|
| 'webview': True,
|
| },
|
| + 'staging_android_nexus5X_perf_bisect': {
|
| + 'recipe_config': 'arm64_builder_rel_mb',
|
| + 'gclient_apply_config': ['android', 'perf'],
|
| + 'bucket': 'chrome-perf',
|
| + },
|
| },
|
| },
|
| })
|
|
|