aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/config/recipes.cfg
blob: b477d3e6686c14f729857611c553ef330b971184 (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
37
{
  "api_version": 1,
  "deps": [
    {
      "branch": "master",
      "project_id": "build",
      "revision": "bb49d6609717078440ca257a1960cd34033bd047",
      "url": "https://chromium.googlesource.com/chromium/tools/build.git"
    },
    {
      "branch": "master",
      "project_id": "depot_tools",
      "revision": "b2e5564353be2974b1241d1bd57b3259100b14ea",
      "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
    },
    {
      "branch": "master",
      "project_id": "recipe_engine",
      "revision": "4fcdb75517198a9ca32c7c4aecbe2e6f54b8b6c2",
      "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
    }
  ],
  "project_id": "skia",
  "recipes_path": "infra/bots",
  "autoroll_recipe_options": {
    "disable_reason": "PRESUBMIT.py is incompatible with the autoroller.",
    "trivial": {
      "tbr_emails": [
        "borenet@google.com"
      ],
      "automatic_commit": true
    },
    "nontrivial": {
      "automatic_commit_dry_run": true
    }
  }
}