aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/config/recipes.cfg
blob: 97cba0ab344830aaf4f9568c1ec13adb4478440e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "api_version": 1,
  "autoroll_recipe_options": {
    "nontrivial": {
      "automatic_commit_dry_run": true
    },
    "trivial": {
      "automatic_commit": true,
      "tbr_emails": [
        "borenet@google.com"
      ]
    }
  },
  "deps": [
    {
      "branch": "master",
      "project_id": "build",
      "revision": "f7b41106d64b6517c67343f2cfb03f4a9d62afc2",
      "url": "https://chromium.googlesource.com/chromium/tools/build.git"
    },
    {
      "branch": "master",
      "project_id": "depot_tools",
      "revision": "109907e6a95ae0301b1564c76c4a3e9d15e19366",
      "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
    },
    {
      "branch": "master",
      "project_id": "recipe_engine",
      "revision": "f5e47cfc28b5964701572db12f96c7a5a3f1821a",
      "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
    }
  ],
  "project_id": "skia",
  "recipes_path": "infra/bots"
}