Index: infra/bots/recipe_modules/swarming/api.py |
diff --git a/infra/bots/recipe_modules/skia_swarming/api.py b/infra/bots/recipe_modules/swarming/api.py |
similarity index 99% |
rename from infra/bots/recipe_modules/skia_swarming/api.py |
rename to infra/bots/recipe_modules/swarming/api.py |
index f1b0143aa3d6147cf56b485349b7480938d578eb..ebbce5322a3d463b0f477372a12343113aebdb48 100644 |
--- a/infra/bots/recipe_modules/skia_swarming/api.py |
+++ b/infra/bots/recipe_modules/swarming/api.py |
@@ -61,7 +61,7 @@ class SkiaSwarmingApi(recipe_api.RecipeApi): |
env=env) |
# Copy binaries to the expected location. |
dest = self.m.path['slave_build'].join('luci-go') |
- self.m.skia.rmtree(dest) |
+ self.m.run.rmtree(dest) |
self.m.file.copytree('Copy Go binary', |
source=luci_go_dir, |
dest=dest) |