| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 builders { name: "win_baremetal" } | 62 builders { name: "win_baremetal" } |
| 63 builders { name: "win_clang_dbg" } | 63 builders { name: "win_clang_dbg" } |
| 64 builders { name: "win_clang_rel" } | 64 builders { name: "win_clang_rel" } |
| 65 builders { name: "win_dbg" } | 65 builders { name: "win_dbg" } |
| 66 builders { name: "win_rel" } | 66 builders { name: "win_rel" } |
| 67 builders { name: "win_x64_clang_dbg" } | 67 builders { name: "win_x64_clang_dbg" } |
| 68 builders { name: "win_x64_clang_rel" } | 68 builders { name: "win_x64_clang_rel" } |
| 69 builders { name: "win_x64_dbg" } | 69 builders { name: "win_x64_dbg" } |
| 70 builders { name: "win_x64_rel" } | 70 builders { name: "win_x64_rel" } |
| 71 } | 71 } |
| 72 buckets { |
| 73 name: "master.tryserver.chromium.android" |
| 74 builders { |
| 75 name: "android_compile_dbg" |
| 76 experiment_percentage: 10 |
| 77 } |
| 78 builders { |
| 79 name: "linux_android_rel_ng" |
| 80 experiment_percentage: 10 |
| 81 } |
| 82 } |
| 83 buckets { |
| 84 name: "master.tryserver.chromium.linux" |
| 85 builders { |
| 86 name: "linux_chromium_rel_ng" |
| 87 experiment_percentage: 10 |
| 88 } |
| 89 } |
| 90 buckets { |
| 91 name: "master.tryserver.chromium.mac" |
| 92 builders { |
| 93 name: "ios-device" |
| 94 experiment_percentage: 10 |
| 95 } |
| 96 builders { |
| 97 name: "mac_chromium_rel_ng" |
| 98 experiment_percentage: 10 |
| 99 } |
| 100 } |
| 101 buckets { |
| 102 name: "master.tryserver.chromium.win" |
| 103 builders { |
| 104 name: "win_chromium_rel_ng" |
| 105 experiment_percentage: 10 |
| 106 } |
| 107 } |
| 72 } | 108 } |
| 73 } | 109 } |
| OLD | NEW |