aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_infra.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-02-02 09:02:37 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-02 14:31:45 +0000
commit7e97dc0aa1ff5b03593e689fe1cfdcc3550c169e (patch)
treef29cb093e1fdd069cfc119dfc5b1e24097401bfd /infra/bots/recipes/swarm_infra.py
parent8233fc82b00763d37a7b0db7890b15c7d58939d4 (diff)
Copy modules back in from skia-recipes repo
BUG=skia:6070 Change-Id: I86b3f039c27bd8287516c1db8bd1cae62888171b Reviewed-on: https://skia-review.googlesource.com/7890 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/swarm_infra.py')
-rw-r--r--infra/bots/recipes/swarm_infra.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/infra/bots/recipes/swarm_infra.py b/infra/bots/recipes/swarm_infra.py
index bdd5bfc8ac..3a57055f0e 100644
--- a/infra/bots/recipes/swarm_infra.py
+++ b/infra/bots/recipes/swarm_infra.py
@@ -10,10 +10,10 @@ DEPS = [
'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/step',
- 'skia-recipes/core',
- 'skia-recipes/infra',
- 'skia-recipes/run',
- 'skia-recipes/vars',
+ 'core',
+ 'infra',
+ 'run',
+ 'vars',
]