| 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(
|
|
|