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

Unified Diff: infra/bots/recipe_modules/swarming/api.py

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix missing dependency Created 4 years, 4 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 | « infra/bots/recipe_modules/swarming/__init__.py ('k') | infra/bots/recipe_modules/vars/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « infra/bots/recipe_modules/swarming/__init__.py ('k') | infra/bots/recipe_modules/vars/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698