aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--infra/config/recipes.cfg21
1 files changed, 9 insertions, 12 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 30a629e409..637cc6b8b7 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -1,5 +1,5 @@
{
- "api_version": 1,
+ "api_version": 2,
"autoroll_recipe_options": {
"nontrivial": {
"automatic_commit_dry_run": true
@@ -11,26 +11,23 @@
]
}
},
- "deps": [
- {
+ "deps": {
+ "build": {
"branch": "master",
- "project_id": "build",
- "revision": "6996dc9baee654d53db4f2072c76e120f619470e",
+ "revision": "7f0db1ddffbded2d7c19256fae0951875b93857a",
"url": "https://chromium.googlesource.com/chromium/tools/build.git"
},
- {
+ "depot_tools": {
"branch": "master",
- "project_id": "depot_tools",
- "revision": "1123fea23588f0eace0791b37369d74a644820df",
+ "revision": "fc28c5f4c6e291cfa31fe910c0b8c606da472e57",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
- {
+ "recipe_engine": {
"branch": "master",
- "project_id": "recipe_engine",
- "revision": "a582c6db898c82dec83aeb353431fc51d62591e6",
+ "revision": "5cdf9803d55420f3ae8d2e0dd524bc2de9c7284b",
"url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
}
- ],
+ },
"project_id": "skia",
"recipes_path": "infra/bots"
}