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 git_repo_url: "https://chromium.googlesource.com/external/webrtc" | 7 git_repo_url: "https://chromium.googlesource.com/external/webrtc" |
8 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
9 max_commit_burst: 1 | 9 max_commit_burst: 1 |
10 | 10 |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 builders { name: "mac_asan" } | 70 builders { name: "mac_asan" } |
71 builders { name: "mac_baremetal" } | 71 builders { name: "mac_baremetal" } |
72 builders { name: "mac_compile_dbg" } | 72 builders { name: "mac_compile_dbg" } |
73 builders { name: "mac_rel" } | 73 builders { name: "mac_rel" } |
74 builders { name: "presubmit" } | 74 builders { name: "presubmit" } |
75 builders { name: "win_baremetal" } | 75 builders { name: "win_baremetal" } |
76 builders { name: "win_clang_dbg" } | 76 builders { name: "win_clang_dbg" } |
77 builders { name: "win_clang_rel" } | 77 builders { name: "win_clang_rel" } |
78 builders { name: "win_dbg" } | 78 builders { name: "win_dbg" } |
79 builders { name: "win_rel" } | 79 builders { name: "win_rel" } |
| 80 builders { name: "win_msvc_rel" } |
80 builders { name: "win_x64_clang_dbg" } | 81 builders { name: "win_x64_clang_dbg" } |
81 builders { name: "win_x64_clang_rel" } | 82 builders { name: "win_x64_clang_rel" } |
82 builders { name: "win_x64_dbg" } | 83 builders { name: "win_x64_dbg" } |
83 builders { name: "win_x64_rel" } | 84 builders { name: "win_x64_rel" } |
84 } | 85 } |
85 } | 86 } |
86 } | 87 } |
OLD | NEW |