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 hide_ref_in_committed_msg: true | 7 hide_ref_in_committed_msg: true |
8 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
9 max_commit_burst: 2 | 9 max_commit_burst: 2 |
10 target_ref: "refs/pending/heads/master" | 10 target_ref: "refs/pending/heads/master" |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 name: "linux_blink_oilpan_rel" | 53 name: "linux_blink_oilpan_rel" |
54 experiment_percentage: 50 | 54 experiment_percentage: 50 |
55 } | 55 } |
56 builders { | 56 builders { |
57 name: "linux_chromium_chromeos_asan_rel_ng" | 57 name: "linux_chromium_chromeos_asan_rel_ng" |
58 experiment_percentage: 10 | 58 experiment_percentage: 10 |
59 } | 59 } |
60 } | 60 } |
61 buckets { | 61 buckets { |
62 name: "tryserver.chromium.mac" | 62 name: "tryserver.chromium.mac" |
63 builders { name: "ios_dbg_simulator_ninja" } | 63 builders { |
64 builders { name: "ios_rel_device_ninja" } | 64 name: "ios_dbg_simulator_ninja" |
| 65 experiment_percentage: 10 |
| 66 } |
| 67 builders { |
| 68 name: "ios_rel_device_ninja" |
| 69 experiment_percentage: 10 |
| 70 } |
65 builders { name: "mac_chromium_compile_dbg_ng" } | 71 builders { name: "mac_chromium_compile_dbg_ng" } |
66 builders { name: "mac_chromium_gn_rel" } | 72 builders { name: "mac_chromium_gn_rel" } |
67 builders { name: "mac_chromium_rel_ng" } | 73 builders { name: "mac_chromium_rel_ng" } |
68 builders { | 74 builders { |
69 name: "mac_chromium_10.10_rel_ng" | 75 name: "mac_chromium_10.10_rel_ng" |
70 experiment_percentage: 100 | 76 experiment_percentage: 100 |
71 } | 77 } |
72 builders { | 78 builders { |
73 name: "mac_chromium_asan_rel_ng" | 79 name: "mac_chromium_asan_rel_ng" |
74 experiment_percentage: 10 | 80 experiment_percentage: 10 |
(...skipping 11 matching lines...) Expand all Loading... |
86 builders { name: "win_chromium_x64_rel_ng" } | 92 builders { name: "win_chromium_x64_rel_ng" } |
87 } | 93 } |
88 } | 94 } |
89 | 95 |
90 # NOTE: when adding new configs to the commit queue, please contact | 96 # NOTE: when adding new configs to the commit queue, please contact |
91 # chrome-eng-review per | 97 # 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 | 98 # 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 | 99 |
94 sign_cla {} | 100 sign_cla {} |
95 } | 101 } |
OLD | NEW |