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

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

Issue 2440603003: Adding configuration for staging builder for android bisect recipe. (Closed)
Patch Set: Created 4 years, 2 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/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ },
},
},
})
« no previous file with comments | « no previous file | scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698