Chromium Code Reviews| 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 target_ref: "refs/pending/heads/master" | 9 target_ref: "refs/pending/heads/master" |
| 10 | 10 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 47 builders { name: "linux_chromium_asan_rel_ng" } | 47 builders { name: "linux_chromium_asan_rel_ng" } |
| 48 # TODO(dpranke): reenable ASAP; see crbug.com/669297. | 48 # TODO(dpranke): reenable ASAP; see crbug.com/669297. |
| 49 #builders { name: "linux_chromium_chromeos_compile_dbg_ng" } | 49 #builders { name: "linux_chromium_chromeos_compile_dbg_ng" } |
| 50 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } | 50 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } |
| 51 builders { name: "linux_chromium_chromeos_rel_ng" } | 51 builders { name: "linux_chromium_chromeos_rel_ng" } |
| 52 # TODO(dpranke): reenable ASAP; see crbug.com/669297. | 52 # TODO(dpranke): reenable ASAP; see crbug.com/669297. |
| 53 #builders { name: "linux_chromium_clobber_rel_ng" } | 53 #builders { name: "linux_chromium_clobber_rel_ng" } |
| 54 builders { name: "linux_chromium_compile_dbg_ng" } | 54 builders { name: "linux_chromium_compile_dbg_ng" } |
| 55 builders { | 55 builders { |
| 56 name: "linux_chromium_headless_rel" | 56 name: "linux_chromium_headless_rel" |
| 57 experiment_percentage: 10 | 57 experiment_percentage: 100 |
|
Sami
2016/12/20 14:52:09
Is this equivalent to just removing experiment_per
Paweł Hajdan Jr.
2016/12/20 16:19:52
Nope. A 100% experiment is still an experiment. It
| |
| 58 } | 58 } |
| 59 builders { name: "linux_chromium_rel_ng" } | 59 builders { name: "linux_chromium_rel_ng" } |
| 60 } | 60 } |
| 61 buckets { | 61 buckets { |
| 62 name: "master.tryserver.chromium.mac" | 62 name: "master.tryserver.chromium.mac" |
| 63 builders { name: "ios-device" } | 63 builders { name: "ios-device" } |
| 64 builders { name: "ios-device-xcode-clang" } | 64 builders { name: "ios-device-xcode-clang" } |
| 65 builders { name: "ios-simulator" } | 65 builders { name: "ios-simulator" } |
| 66 builders { name: "ios-simulator-xcode-clang" } | 66 builders { name: "ios-simulator-xcode-clang" } |
| 67 builders { name: "mac_chromium_compile_dbg_ng" } | 67 builders { name: "mac_chromium_compile_dbg_ng" } |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 83 builders { name: "win_clang" } | 83 builders { name: "win_clang" } |
| 84 } | 84 } |
| 85 } | 85 } |
| 86 | 86 |
| 87 # NOTE: when adding new configs to the commit queue, please contact | 87 # NOTE: when adding new configs to the commit queue, please contact |
| 88 # chrome-eng-review per | 88 # chrome-eng-review per |
| 89 # 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 | 89 # 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 |
| 90 | 90 |
| 91 sign_cla {} | 91 sign_cla {} |
| 92 } | 92 } |
| OLD | NEW |