aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/config
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-01-13 13:37:53 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-17 12:58:30 +0000
commit6441a4645be53e124ec88b8f6c59b8ca2ca4b427 (patch)
tree91892859ad02d4267d6f494dee5284254bb9b12b /infra/config
parent2103cf0ff09763aeaa35508734f765aec9b75665 (diff)
Move recipe modules to shared repo
BUG=skia:6070 Change-Id: I6c487e77ddfddb6164b983981dff5ee8ae870376 Reviewed-on: https://skia-review.googlesource.com/6946 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Reviewed-by: Stephan Altmueller <stephana@google.com>
Diffstat (limited to 'infra/config')
-rw-r--r--infra/config/recipes.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 76eba8177b..1afd39898e 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -2,6 +2,12 @@ api_version: 1
project_id: "skia"
recipes_path: "infra/bots"
deps {
+ project_id: "skia-recipes"
+ url: "https://skia.googlesource.com/skia-recipes.git"
+ branch: "master"
+ revision: "e8da85864d929484dc5e75fb50af3b1323438e07"
+}
+deps {
project_id: "build"
url: "https://chromium.googlesource.com/chromium/tools/build.git"
branch: "master"