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

Unified Diff: scripts/slave/recipe_modules/gpu/api.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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | scripts/slave/recipe_modules/isolate/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/gpu/api.py
diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
index 6b32e2caa36e2cc1594016860fabf33b530abbd3..e0595c570cc6623d38438c25f0f09d7b3713c05b 100644
--- a/scripts/slave/recipe_modules/gpu/api.py
+++ b/scripts/slave/recipe_modules/gpu/api.py
@@ -163,6 +163,8 @@ class GpuApi(recipe_api.RecipeApi):
is_tryserver = self.m.tryserver.is_tryserver
targets = ['chromium_gpu_%sbuilder' % build_tag] + [
'%s_run' % test for test in common.GPU_ISOLATES]
+ self.m.isolate.clean_isolated_files(
+ self.m.chromium.c.build_dir.join(self.m.chromium.c.build_config_fs))
if is_tryserver:
try:
self.m.chromium.compile(targets, name='compile (with patch)')
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | scripts/slave/recipe_modules/isolate/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698