| OLD | NEW |
| 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the | 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 # documentation of this file format. | 2 # documentation of this file format. |
| 3 | 3 |
| 4 version: 1 | 4 version: 1 |
| 5 cq_name: "custom-tabs-client" | 5 cq_name: "custom-tabs-client" |
| 6 git_repo_url: "https://github.com/GoogleChrome/custom-tabs-client.git" | 6 git_repo_url: "https://github.com/GoogleChrome/custom-tabs-client.git" |
| 7 cq_status_url: "https://chromium-cq-status.appspot.com" | 7 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 8 | 8 |
| 9 rietveld { | 9 rietveld { |
| 10 url: "https://codereview.chromium.org" | 10 url: "https://codereview.chromium.org" |
| 11 } | 11 } |
| 12 | 12 |
| 13 verifiers { | 13 verifiers { |
| 14 reviewer_lgtm { | 14 reviewer_lgtm { |
| 15 committer_list: "external/project-chromium-committers" | 15 committer_list: "project-chromium-committers" |
| 16 } | 16 } |
| 17 | 17 |
| 18 try_job { | 18 try_job { |
| 19 buckets { | 19 buckets { |
| 20 name: "master.tryserver.client.custom_tabs_client" | 20 name: "master.tryserver.client.custom_tabs_client" |
| 21 builders { | 21 builders { |
| 22 name: "Custom Tabs Linux Tryserver" | 22 name: "Custom Tabs Linux Tryserver" |
| 23 } | 23 } |
| 24 } | 24 } |
| 25 } | 25 } |
| 26 } | 26 } |
| 27 | 27 |
| OLD | NEW |