OLD | NEW |
1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the | 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
2 # documentation of this file format. | 2 # documentation of this file format. |
3 | 3 |
4 version: 1 | 4 version: 1 |
5 cq_name: "chromium" | 5 cq_name: "chromium" |
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: 2 | 8 max_commit_burst: 2 |
9 | 9 |
10 rietveld { | 10 rietveld { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 # TODO(dpranke): reenable ASAP; see crbug.com/669297. | 51 # TODO(dpranke): reenable ASAP; see crbug.com/669297. |
52 #builders { name: "linux_chromium_clobber_rel_ng" } | 52 #builders { name: "linux_chromium_clobber_rel_ng" } |
53 builders { name: "linux_chromium_compile_dbg_ng" } | 53 builders { name: "linux_chromium_compile_dbg_ng" } |
54 builders { | 54 builders { |
55 name: "linux_chromium_headless_rel" | 55 name: "linux_chromium_headless_rel" |
56 experiment_percentage: 100 | 56 experiment_percentage: 100 |
57 } | 57 } |
58 builders { name: "linux_chromium_rel_ng" } | 58 builders { name: "linux_chromium_rel_ng" } |
59 builders { | 59 builders { |
60 name: "linux_chromium_tsan_rel_ng" | 60 name: "linux_chromium_tsan_rel_ng" |
61 experiment_percentage: 50 | 61 experiment_percentage: 100 |
62 } | 62 } |
63 } | 63 } |
64 buckets { | 64 buckets { |
65 name: "master.tryserver.chromium.mac" | 65 name: "master.tryserver.chromium.mac" |
66 builders { name: "ios-device" } | 66 builders { name: "ios-device" } |
67 builders { name: "ios-device-xcode-clang" } | 67 builders { name: "ios-device-xcode-clang" } |
68 builders { name: "ios-simulator" } | 68 builders { name: "ios-simulator" } |
69 builders { name: "ios-simulator-xcode-clang" } | 69 builders { name: "ios-simulator-xcode-clang" } |
70 builders { name: "mac_chromium_compile_dbg_ng" } | 70 builders { name: "mac_chromium_compile_dbg_ng" } |
71 builders { name: "mac_chromium_rel_ng" } | 71 builders { name: "mac_chromium_rel_ng" } |
(...skipping 14 matching lines...) Expand all Loading... |
86 builders { name: "win_clang" } | 86 builders { name: "win_clang" } |
87 } | 87 } |
88 } | 88 } |
89 | 89 |
90 # NOTE: when adding new configs to the commit queue, please contact | 90 # NOTE: when adding new configs to the commit queue, please contact |
91 # chrome-eng-review per | 91 # chrome-eng-review per |
92 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue | 92 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue |
93 | 93 |
94 sign_cla {} | 94 sign_cla {} |
95 } | 95 } |
OLD | NEW |