recipes.cfg 918 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "api_version": 2,
  3. "autoroll_recipe_options": {
  4. "no_cc_authors": true,
  5. "nontrivial": {
  6. "automatic_commit_dry_run": true,
  7. "set_autosubmit": true
  8. },
  9. "trivial": {
  10. "automatic_commit": true,
  11. "tbr_emails": [
  12. "iannucci@chromium.org"
  13. ]
  14. }
  15. },
  16. "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
  17. "deps": {
  18. "recipe_engine": {
  19. "branch": "refs/heads/main",
  20. "revision": "95805c31534b325fa15cd239c4a88486cbf64848",
  21. "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
  22. }
  23. },
  24. "forbidden_warnings": [
  25. "recipe_engine/CQ_MODULE_DEPRECATED",
  26. "recipe_engine/JSON_READ_DEPRECATED",
  27. "recipe_engine/PYTHON2_DEPRECATED",
  28. "recipe_engine/STEP_NEST_NAME_REQUIRED"
  29. ],
  30. "project_id": "depot_tools",
  31. "py3_only": true,
  32. "recipes_path": "recipes",
  33. "repo_name": "depot_tools"
  34. }