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

Unified Diff: scripts/slave/recipes/nacl/sdk.py

Issue 2006163003: Flip nacl sdk bots to use MB to generate the build files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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/nacl/sdk.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl/sdk.py
diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
index f5c69ee6793ca8fa605b016d4c9108e3aea5e696..4bea60bb38ce1f4aa9095cb0d073b3f3949c0186 100644
--- a/scripts/slave/recipes/nacl/sdk.py
+++ b/scripts/slave/recipes/nacl/sdk.py
@@ -16,10 +16,13 @@ DEPS = [
def RunSteps(api):
api.chromium.set_config('chromium')
+ api.chromium.apply_config('mb')
api.gclient.set_config('chromium')
api.bot_update.ensure_checkout(force=True)
api.tryserver.maybe_apply_issue()
api.chromium.runhooks()
+ api.chromium.run_mb(
+ api.properties.get('mastername'), api.properties.get('buildername'))
api.chromium.cleanup_temp()
api.chromium.compile(['chromium_builder_tests'])
api.python(
« no previous file with comments | « no previous file | scripts/slave/recipes/nacl/sdk.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698