OLD | NEW |
(Empty) | |
| 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 # documentation of this file format. |
| 3 |
| 4 version: 1 |
| 5 cq_name: "luci-gae" |
| 6 git_repo_url: "https://github.com/luci/gae.git" |
| 7 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 8 rietveld { |
| 9 url: "https://codereview.chromium.org" |
| 10 } |
| 11 verifiers { |
| 12 reviewer_lgtm { |
| 13 committer_list: "project-infra-committers" |
| 14 } |
| 15 try_job { |
| 16 buckets { |
| 17 name: "master.tryserver.infra" |
| 18 builders { name: "Luci-GAE Linux Trusty 64 Tester" } |
| 19 } |
| 20 } |
| 21 } |
OLD | NEW |