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 | 9 |
10 rietveld { | 10 rietveld { |
(...skipping 24 matching lines...) Expand all Loading... |
35 builders { name: "android_compile_x64_dbg" } | 35 builders { name: "android_compile_x64_dbg" } |
36 builders { name: "android_more_configs" } | 36 builders { name: "android_more_configs" } |
37 builders { name: "ios_arm64_dbg" } | 37 builders { name: "ios_arm64_dbg" } |
38 builders { name: "ios_arm64_rel" } | 38 builders { name: "ios_arm64_rel" } |
39 builders { name: "ios_dbg" } | 39 builders { name: "ios_dbg" } |
40 builders { name: "ios_rel" } | 40 builders { name: "ios_rel" } |
41 builders { name: "ios32_sim_ios9_dbg" } | 41 builders { name: "ios32_sim_ios9_dbg" } |
42 builders { name: "ios64_sim_ios9_dbg" } | 42 builders { name: "ios64_sim_ios9_dbg" } |
43 builders { name: "ios64_sim_ios10_dbg" } | 43 builders { name: "ios64_sim_ios10_dbg" } |
44 builders { name: "ios_api_framework" } | 44 builders { name: "ios_api_framework" } |
45 builders { name: "linux32_rel" } | 45 # TODO(kjellander): Re-enable when https://bugs.webrtc.org/7413 is fixed. |
| 46 #builders { name: "linux32_rel" } |
46 # TODO(kjellander): Add when bugs.webrtc.org/7090 is fixed. | 47 # TODO(kjellander): Add when bugs.webrtc.org/7090 is fixed. |
47 #builders { name: "linux32_arm_dbg" } | 48 #builders { name: "linux32_arm_dbg" } |
48 builders { name: "linux32_arm_rel" } | 49 builders { name: "linux32_arm_rel" } |
49 builders { name: "linux_arm64_dbg" } | 50 builders { name: "linux_arm64_dbg" } |
50 builders { name: "linux_arm64_rel" } | 51 builders { name: "linux_arm64_rel" } |
51 builders { name: "linux_asan" } | 52 builders { name: "linux_asan" } |
52 builders { name: "linux_baremetal" } | 53 builders { name: "linux_baremetal" } |
53 builders { name: "linux_compile_dbg" } | 54 builders { name: "linux_compile_dbg" } |
54 builders { name: "linux_libfuzzer_rel" } | 55 builders { name: "linux_libfuzzer_rel" } |
55 builders { name: "linux_memcheck" } | 56 builders { name: "linux_memcheck" } |
(...skipping 13 matching lines...) Expand all Loading... |
69 builders { name: "win_clang_rel" } | 70 builders { name: "win_clang_rel" } |
70 builders { name: "win_dbg" } | 71 builders { name: "win_dbg" } |
71 builders { name: "win_rel" } | 72 builders { name: "win_rel" } |
72 builders { name: "win_x64_clang_dbg" } | 73 builders { name: "win_x64_clang_dbg" } |
73 builders { name: "win_x64_clang_rel" } | 74 builders { name: "win_x64_clang_rel" } |
74 builders { name: "win_x64_dbg" } | 75 builders { name: "win_x64_dbg" } |
75 builders { name: "win_x64_rel" } | 76 builders { name: "win_x64_rel" } |
76 } | 77 } |
77 } | 78 } |
78 } | 79 } |
OLD | NEW |