aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/config/recipes.cfg
blob: 6f94191deed6e406d6b2bab9dae9274fc5b3747f (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,
  "deps": [
    {
      "branch": "master",
      "project_id": "build",
      "revision": "988789b7bf6b0bdf1033ee178da4e28340137dab",
      "url": "https://chromium.googlesource.com/chromium/tools/build.git"
    },
    {
      "branch": "master",
      "project_id": "depot_tools",
      "revision": "5904e2a3d7b88b8609681c7354bf2ae2c1f2bed6",
      "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": {
    "trivial": {
      "tbr_emails": [
        "borenet@google.com"
      ],
      "automatic_commit": true
    },
    "nontrivial": {
      "automatic_commit_dry_run": true
    }
  }
}