| 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})
|
|
|
|
|