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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 builders { name: "mac_asan" } | 60 builders { name: "mac_asan" } |
61 builders { name: "mac_baremetal" } | 61 builders { name: "mac_baremetal" } |
62 builders { name: "mac_compile_dbg" } | 62 builders { name: "mac_compile_dbg" } |
63 builders { name: "mac_rel" } | 63 builders { name: "mac_rel" } |
64 builders { name: "mac_gn_dbg" } | 64 builders { name: "mac_gn_dbg" } |
65 builders { name: "mac_gn_rel" } | 65 builders { name: "mac_gn_rel" } |
66 builders { name: "presubmit" } | 66 builders { name: "presubmit" } |
67 builders { name: "win_baremetal" } | 67 builders { name: "win_baremetal" } |
68 builders { name: "win_clang_dbg" } | 68 builders { name: "win_clang_dbg" } |
69 builders { name: "win_clang_rel" } | 69 builders { name: "win_clang_rel" } |
70 builders { name: "win_compile_dbg" } | 70 builders { name: "win_dbg" } |
71 builders { name: "win_drmemory_light" } | 71 builders { name: "win_drmemory_light" } |
72 builders { name: "win_rel" } | 72 builders { name: "win_rel" } |
73 builders { name: "win_x64_clang_dbg" } | 73 builders { name: "win_x64_clang_dbg" } |
74 builders { name: "win_x64_clang_rel" } | 74 builders { name: "win_x64_clang_rel" } |
| 75 builders { name: "win_x64_dbg" } |
75 builders { name: "win_x64_gn_dbg" } | 76 builders { name: "win_x64_gn_dbg" } |
76 builders { name: "win_x64_gn_rel" } | 77 builders { name: "win_x64_gn_rel" } |
77 builders { name: "win_x64_rel" } | 78 builders { name: "win_x64_rel" } |
78 } | 79 } |
79 } | 80 } |
80 } | 81 } |
OLD | NEW |