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 12 matching lines...) Expand all Loading... |
23 tree_status_url: "https://webrtc-status.appspot.com" | 23 tree_status_url: "https://webrtc-status.appspot.com" |
24 } | 24 } |
25 | 25 |
26 try_job { | 26 try_job { |
27 buckets { | 27 buckets { |
28 name: "tryserver.webrtc" | 28 name: "tryserver.webrtc" |
29 builders { name: "android_dbg" } | 29 builders { name: "android_dbg" } |
30 builders { name: "android_rel" } | 30 builders { name: "android_rel" } |
31 builders { name: "android_arm64_rel" } | 31 builders { name: "android_arm64_rel" } |
32 builders { name: "android_clang_dbg" } | 32 builders { name: "android_clang_dbg" } |
| 33 builders { name: "android_compile_x86_dbg" } |
| 34 builders { name: "android_compile_x64_dbg" } |
33 builders { name: "android_gn_dbg" } | 35 builders { name: "android_gn_dbg" } |
34 builders { name: "android_gn_rel" } | 36 builders { name: "android_gn_rel" } |
35 builders { name: "ios_arm64_dbg" } | 37 builders { name: "ios_arm64_dbg" } |
36 builders { name: "ios_arm64_rel" } | 38 builders { name: "ios_arm64_rel" } |
37 builders { name: "ios_dbg" } | 39 builders { name: "ios_dbg" } |
38 builders { name: "ios_rel" } | 40 builders { name: "ios_rel" } |
39 builders { name: "ios32_sim_dbg" } | 41 builders { name: "ios32_sim_dbg" } |
40 builders { name: "ios64_sim_dbg" } | 42 builders { name: "ios64_sim_dbg" } |
41 builders { name: "linux_compile_dbg" } | 43 builders { name: "linux_compile_dbg" } |
42 builders { name: "linux_asan" } | 44 builders { name: "linux_asan" } |
(...skipping 12 matching lines...) Expand all Loading... |
55 builders { name: "presubmit" } | 57 builders { name: "presubmit" } |
56 builders { name: "win_compile_dbg" } | 58 builders { name: "win_compile_dbg" } |
57 builders { name: "win_rel" } | 59 builders { name: "win_rel" } |
58 builders { name: "win_x64_gn_dbg" } | 60 builders { name: "win_x64_gn_dbg" } |
59 builders { name: "win_x64_gn_rel" } | 61 builders { name: "win_x64_gn_rel" } |
60 builders { name: "win_x64_rel" } | 62 builders { name: "win_x64_rel" } |
61 builders { name: "win_drmemory_light" } | 63 builders { name: "win_drmemory_light" } |
62 } | 64 } |
63 } | 65 } |
64 } | 66 } |
OLD | NEW |