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: "webrtc" | 5 cq_name: "webrtc" |
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 hide_ref_in_committed_msg: true | 9 hide_ref_in_committed_msg: true |
10 target_ref: "refs/pending/heads/master" | 10 target_ref: "refs/pending/heads/master" |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 builders { name: "win" } | 58 builders { name: "win" } |
59 builders { name: "win_baremetal" } | 59 builders { name: "win_baremetal" } |
60 builders { name: "win_rel" } | 60 builders { name: "win_rel" } |
61 builders { name: "win_x64_gn" } | 61 builders { name: "win_x64_gn" } |
62 builders { name: "win_x64_gn_rel" } | 62 builders { name: "win_x64_gn_rel" } |
63 builders { name: "win_x64_rel" } | 63 builders { name: "win_x64_rel" } |
64 builders { name: "win_drmemory_light" } | 64 builders { name: "win_drmemory_light" } |
65 } | 65 } |
66 } | 66 } |
67 } | 67 } |
OLD | NEW |