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

Unified Diff: scripts/slave/recipes/android/builder.py

Issue 2164763007: [Android] Use ensure_goma in android/builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: only ensure_goma Created 4 years, 5 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/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.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 b1f800e951f65ba2fd0b28cb23fc03f8364f5b94..7adaab06d8a2f2fe7b7cb68afaecf54ee5740a4f 100644
--- a/scripts/slave/recipes/android/builder.py
+++ b/scripts/slave/recipes/android/builder.py
@@ -194,6 +194,7 @@ def _RunStepsInternal(api, mastername, buildername, revision):
dep = bot_config.get('set_component_rev')
api.gclient.c.revisions[dep['name']] = dep['rev_str'] % component_rev
+ api.chromium.ensure_goma()
api.bot_update.ensure_checkout()
api.chromium_android.clean_local_files()
« no previous file with comments | « no previous file | scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698