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

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

Issue 2332213003: Add ensure_goma to NaCl SDK recipies (Closed)
Patch Set: Created 4 years, 3 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.py
diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
index e3a2e9af8883a82690824dc300ccdb313a27cbd0..528136533d522a8f3eac05f635ee6da6cadc4dff 100644
--- a/scripts/slave/recipes/nacl/sdk.py
+++ b/scripts/slave/recipes/nacl/sdk.py
@@ -20,6 +20,7 @@ def RunSteps(api):
api.gclient.set_config('chromium')
api.bot_update.ensure_checkout()
api.tryserver.maybe_apply_issue()
+ api.chromium.ensure_goma()
api.chromium.runhooks()
api.chromium.run_mb(
api.properties.get('mastername'), api.properties.get('buildername'))

Powered by Google App Engine
This is Rietveld 408576698