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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.py

Issue 2339433003: LibYUV: Add cleanup steps. (Closed)
Patch Set: Included android. 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/libyuv/libyuv.expected/client_libyuv_android32_mips_debug.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/libyuv/libyuv.py
diff --git a/scripts/slave/recipes/libyuv/libyuv.py b/scripts/slave/recipes/libyuv/libyuv.py
index 2d4cebfe462dee50c7218284dddbb5edf8eafef0..9db26c621d20a44b342fb402b15e5ab8aec23223 100644
--- a/scripts/slave/recipes/libyuv/libyuv.py
+++ b/scripts/slave/recipes/libyuv/libyuv.py
@@ -25,6 +25,7 @@ def RunSteps(api):
libyuv.apply_bot_config(libyuv.BUILDERS, libyuv.RECIPE_CONFIGS)
api.bot_update.ensure_checkout()
+ api.chromium.cleanup_temp()
api.chromium.ensure_goma()
api.chromium.runhooks()
« no previous file with comments | « no previous file | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android32_mips_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698