| 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: "v8" | 5 cq_name: "v8" |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 commit_burst_delay: 60 | 7 commit_burst_delay: 60 |
| 8 max_commit_burst: 1 | 8 max_commit_burst: 1 |
| 9 target_ref: "refs/pending/heads/master" | |
| 10 | 9 |
| 11 rietveld { | 10 rietveld { |
| 12 url: "https://codereview.chromium.org" | 11 url: "https://codereview.chromium.org" |
| 13 } | 12 } |
| 14 | 13 |
| 15 verifiers { | 14 verifiers { |
| 16 reviewer_lgtm { | 15 reviewer_lgtm { |
| 17 committer_list: "project-v8-committers" | 16 committer_list: "project-v8-committers" |
| 18 dry_run_access_list: "project-v8-tryjob-access" | 17 dry_run_access_list: "project-v8-tryjob-access" |
| 19 } | 18 } |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 builders { | 110 builders { |
| 112 name: "win_chromium_compile_dbg_ng" | 111 name: "win_chromium_compile_dbg_ng" |
| 113 experiment_percentage: 100 | 112 experiment_percentage: 100 |
| 114 } | 113 } |
| 115 } | 114 } |
| 116 } | 115 } |
| 117 | 116 |
| 118 sign_cla {} | 117 sign_cla {} |
| 119 } | 118 } |
| 120 | 119 |
| OLD | NEW |