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

Unified Diff: scripts/slave/recipes/swarming/canary.py

Issue 620703002: Add isolate.clean_isolated_files and use in all related recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 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/swarming/canary.py
diff --git a/scripts/slave/recipes/swarming/canary.py b/scripts/slave/recipes/swarming/canary.py
index 3bbe8ac7aca173d1ab385aec69722c7983d9b2b8..98892b1cf88ed7e1d72a2fefe9fe0cdc892053b3 100644
--- a/scripts/slave/recipes/swarming/canary.py
+++ b/scripts/slave/recipes/swarming/canary.py
@@ -61,6 +61,7 @@ def GenSteps(api):
# that isolate scripts invoked by ninja produce more information. Corresponds
# to --profile flag.
api.chromium.runhooks()
+ api.isolate.clean_isolated_files(api.chromium.output_dir)
api.chromium.compile(
targets=['chromium_swarm_tests'], env={'ISOLATE_DEBUG': 1})

Powered by Google App Engine
This is Rietveld 408576698