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

Unified Diff: scripts/slave/recipes/nacl/sdk_build.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
Index: scripts/slave/recipes/nacl/sdk_build.py
diff --git a/scripts/slave/recipes/nacl/sdk_build.py b/scripts/slave/recipes/nacl/sdk_build.py
index bb9e854ecbd0d013e9b1b5a5507d4007519b87e1..6f98a510107223b82962fc6f3dde1a235f2dd440 100644
--- a/scripts/slave/recipes/nacl/sdk_build.py
+++ b/scripts/slave/recipes/nacl/sdk_build.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.python(
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.expected/basic.json ('k') | scripts/slave/recipes/nacl/sdk_build.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698