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 hide_ref_in_committed_msg: true | 7 hide_ref_in_committed_msg: true |
8 commit_burst_delay: 300 | 8 commit_burst_delay: 60 |
9 max_commit_burst: 3 | 9 max_commit_burst: 1 |
10 target_ref: "refs/pending/heads/master" | 10 target_ref: "refs/pending/heads/master" |
11 | 11 |
12 rietveld { | 12 rietveld { |
13 url: "https://codereview.chromium.org" | 13 url: "https://codereview.chromium.org" |
14 } | 14 } |
15 | 15 |
16 verifiers { | 16 verifiers { |
17 reviewer_lgtm { | 17 reviewer_lgtm { |
18 committer_list: "v8" | 18 committer_list: "v8" |
19 } | 19 } |
(...skipping 23 matching lines...) Expand all Loading... |
43 builders { name: "v8_win64_rel" } | 43 builders { name: "v8_win64_rel" } |
44 builders { name: "v8_win_compile_dbg" } | 44 builders { name: "v8_win_compile_dbg" } |
45 builders { name: "v8_win_nosnap_shared_compile_rel" } | 45 builders { name: "v8_win_nosnap_shared_compile_rel" } |
46 builders { name: "v8_win_rel" } | 46 builders { name: "v8_win_rel" } |
47 } | 47 } |
48 } | 48 } |
49 | 49 |
50 sign_cla {} | 50 sign_cla {} |
51 } | 51 } |
52 | 52 |
OLD | NEW |