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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 builders { name: "linux_chromium_asan_rel_ng" } | 46 builders { name: "linux_chromium_asan_rel_ng" } |
47 builders { name: "linux_chromium_chromeos_compile_dbg_ng" } | 47 builders { name: "linux_chromium_chromeos_compile_dbg_ng" } |
48 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } | 48 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } |
49 builders { name: "linux_chromium_chromeos_rel_ng" } | 49 builders { name: "linux_chromium_chromeos_rel_ng" } |
50 builders { name: "linux_chromium_clobber_rel_ng" } | 50 builders { name: "linux_chromium_clobber_rel_ng" } |
51 builders { name: "linux_chromium_compile_dbg_32_ng" } | 51 builders { name: "linux_chromium_compile_dbg_32_ng" } |
52 builders { name: "linux_chromium_compile_dbg_ng" } | 52 builders { name: "linux_chromium_compile_dbg_ng" } |
53 builders { name: "linux_chromium_gn_chromeos_rel" } | 53 builders { name: "linux_chromium_gn_chromeos_rel" } |
54 builders { name: "linux_chromium_rel_ng" } | 54 builders { name: "linux_chromium_rel_ng" } |
55 builders { | 55 builders { |
56 name: "linux_blink_oilpan_rel" | |
57 experiment_percentage: 50 | |
58 } | |
59 builders { | |
60 name: "linux_chromium_chromeos_asan_rel_ng" | 56 name: "linux_chromium_chromeos_asan_rel_ng" |
61 experiment_percentage: 10 | 57 experiment_percentage: 10 |
62 } | 58 } |
63 } | 59 } |
64 buckets { | 60 buckets { |
65 name: "tryserver.chromium.mac" | 61 name: "tryserver.chromium.mac" |
66 builders { name: "ios_dbg_simulator_ninja" } | 62 builders { name: "ios_dbg_simulator_ninja" } |
67 builders { name: "ios_rel_device_ninja" } | 63 builders { name: "ios_rel_device_ninja" } |
68 builders { name: "mac_chromium_compile_dbg_ng" } | 64 builders { name: "mac_chromium_compile_dbg_ng" } |
69 builders { name: "mac_chromium_gn_rel" } | 65 builders { name: "mac_chromium_gn_rel" } |
(...skipping 19 matching lines...) Expand all Loading... |
89 builders { name: "win_chromium_x64_rel_ng" } | 85 builders { name: "win_chromium_x64_rel_ng" } |
90 } | 86 } |
91 } | 87 } |
92 | 88 |
93 # NOTE: when adding new configs to the commit queue, please contact | 89 # NOTE: when adding new configs to the commit queue, please contact |
94 # chrome-eng-review per | 90 # chrome-eng-review per |
95 # 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 | 91 # 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 |
96 | 92 |
97 sign_cla {} | 93 sign_cla {} |
98 } | 94 } |
OLD | NEW |