aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/config/recipes.cfg
blob: 196be95f038fdc481886624096b9e5a60ccab5e8 (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": "1c881be4fb63733820a29955a7e0772f1898921e",
      "url": "https://chromium.googlesource.com/chromium/tools/build.git"
    },
    {
      "branch": "master",
      "project_id": "depot_tools",
      "revision": "d28b8c8f8521221d702c864e6471afeee73e3ccd",
      "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
    },
    {
      "branch": "master",
      "project_id": "recipe_engine",
      "revision": "a582c6db898c82dec83aeb353431fc51d62591e6",
      "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
    }
  ],
  "project_id": "skia",
  "recipes_path": "infra/bots"
}