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

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

Issue 2339433003: LibYUV: Add cleanup steps. (Closed)
Patch Set: Added expectations. Skipped 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_ios_arm64_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..be5023938af91d980c720bc0c4edb685034aec61 100644
--- a/scripts/slave/recipes/libyuv/libyuv.py
+++ b/scripts/slave/recipes/libyuv/libyuv.py
@@ -25,6 +25,10 @@ def RunSteps(api):
libyuv.apply_bot_config(libyuv.BUILDERS, libyuv.RECIPE_CONFIGS)
api.bot_update.ensure_checkout()
+
+ if api.chromium.c.TARGET_PLATFORM != 'android':
kjellander_chromium 2016/09/13 13:39:21 I guess it doesn't matter if we do it for Android
+ 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_ios_arm64_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698