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

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

Issue 2439983002: Check out catapult at TOT for android bisect staging. (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_android_fyi_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 2acb75a910d20ce3e3488ea345c9589017e27ebf..b9cecf9184b3074709ffc519c2f5ff62d4cad75d 100644
--- a/scripts/slave/recipes/bisection/android_bisect_staging.py
+++ b/scripts/slave/recipes/bisection/android_bisect_staging.py
@@ -112,7 +112,7 @@ def RunSteps(api, mastername, buildername):
api.chromium.set_config(recipe_config, **kwargs)
api.chromium.ensure_goma()
api.chromium_android.c.set_val({'deps_file': 'DEPS'})
- api.gclient.set_config('chromium')
+ api.gclient.set_config('tryserver_chromium_perf')
for c in bot_config.get('gclient_apply_config', []):
api.gclient.apply_config(c)
update_step = api.auto_bisect_staging.ensure_checkout()
« no previous file with comments | « no previous file | scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698