| OLD | NEW |
| 1 # Commit Queue configuration file. The documentation of the format can be found | 1 # Commit Queue configuration file. The documentation of the format can be found |
| 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. | 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. |
| 3 | 3 |
| 4 version: 1 | 4 version: 1 |
| 5 cq_name: "depot_tools" | 5 cq_name: "depot_tools" |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 svn_repo_url: "svn://svn.chromium.org/chrome/trunk/tools/depot_tools" | 7 svn_repo_url: "svn://svn.chromium.org/chrome/trunk/tools/depot_tools" |
| 8 | 8 |
| 9 rietveld { | 9 rietveld { |
| 10 url: "https://codereview.chromium.org" | 10 url: "https://codereview.chromium.org" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/a\\/chromium\\
/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" | 22 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/a\\/chromium\\
/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" |
| 23 } | 23 } |
| 24 | 24 |
| 25 verifiers { | 25 verifiers { |
| 26 reviewer_lgtm { | 26 reviewer_lgtm { |
| 27 committer_list: "project-infra-committers" | 27 committer_list: "project-infra-committers" |
| 28 } | 28 } |
| 29 | 29 |
| 30 try_job { | 30 try_job { |
| 31 buckets { | 31 buckets { |
| 32 name: "tryserver.chromium.linux" | 32 name: "tryserver.infra" |
| 33 builders { | 33 builders { |
| 34 name: "depot_tools_presubmit" | 34 name: "Depot Tools Presubmit" |
| 35 } | 35 } |
| 36 } | 36 } |
| 37 } | 37 } |
| 38 } | 38 } |
| OLD | NEW |