aboutsummaryrefslogtreecommitdiff
path: root/infra/config/recipes.cfg
blob: ec7d3746e2beab5263cc11e2f19d63a1c75dd25f (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
{
  "api_version": 2,
  "autoroll_recipe_options": {
    "no_cc_authors": true,
    "nontrivial": {
      "automatic_commit_dry_run": true,
      "extra_reviewer_emails": [
        "denniskempin@google.com"
      ],
      "set_autosubmit": true
    },
    "trivial": {
      "automatic_commit": true,
      "tbr_emails": [
        "denniskempin@google.com"
      ]
    }
  },
  "canonical_repo_url": "https://chromium.googlesource.com/crosvm/crosvm.git",
  "deps": {
    "depot_tools": {
      "branch": "refs/heads/main",
      "revision": "5a584405cae6e1fd08a6054ce9ba61b645b4d591",
      "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
    },
    "recipe_engine": {
      "branch": "refs/heads/main",
      "revision": "f967fa68fd4bd3e76140de7ffa449fa3a45a72f4",
      "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
    }
  },
  "py3_only": true,
  "recipes_path": "infra",
  "repo_name": "crosvm"
}