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

Unified Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.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
« no previous file with comments | « no previous file | scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
diff --git a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
index c989cd14f941357e44fa0d57ddfeea000e8fc29b..8ebbf8b50ec168a12e448c63d53c2e635a4c1fbe 100644
--- a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
+++ b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
@@ -57,6 +57,8 @@ def linux_sdk_multi_steps(api):
result = api.bot_update.ensure_checkout()
build_properties.update(result.json.output.get("properties", {}))
+ api.chromium.ensure_goma()
+
# clobber before runhooks
api.file.rmtree('clobber', api.path['checkout'].join('out', 'Release'))
@@ -144,6 +146,8 @@ def mac_sdk_multi_steps(api):
result = api.bot_update.ensure_checkout()
build_properties.update(result.json.output.get("properties", {}))
+ api.chromium.ensure_goma()
+
# clobber before runhooks
api.file.rmtree('clobber', api.path['checkout'].join('out', 'Release'))
@@ -233,6 +237,8 @@ def windows_sdk_multi_steps(api):
result = api.bot_update.ensure_checkout()
build_properties.update(result.json.output.get("properties", {}))
+ api.chromium.ensure_goma()
+
# clobber before runhooks
api.file.rmtree('clobber', api.path['checkout'].join('out', 'Release'))
@@ -295,6 +301,8 @@ def linux_sdk_multirel_steps(api):
result = api.bot_update.ensure_checkout()
build_properties.update(result.json.output.get("properties", {}))
+ api.chromium.ensure_goma()
+
# clobber before runhooks
api.file.rmtree('clobber', api.path['checkout'].join('out', 'Release'))
@@ -359,6 +367,8 @@ def windows_sdk_multirel_steps(api):
result = api.bot_update.ensure_checkout()
build_properties.update(result.json.output.get("properties", {}))
+ api.chromium.ensure_goma()
+
# clobber before runhooks
api.file.rmtree('clobber', api.path['checkout'].join('out', 'Release'))
@@ -421,6 +431,8 @@ def mac_sdk_multirel_steps(api):
result = api.bot_update.ensure_checkout()
build_properties.update(result.json.output.get("properties", {}))
+ api.chromium.ensure_goma()
+
# clobber before runhooks
api.file.rmtree('clobber', api.path['checkout'].join('out', 'Release'))
« no previous file with comments | « no previous file | scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698