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 git_repo_url: "https://chromium.googlesource.com/chromium/src" | 7 git_repo_url: "https://chromium.googlesource.com/chromium/src" |
8 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
9 max_commit_burst: 2 | 9 max_commit_burst: 2 |
10 | 10 |
(...skipping 20 matching lines...) Expand all Loading... |
31 # NOTE: when adding new configs to the commit queue, please contact | 31 # NOTE: when adding new configs to the commit queue, please contact |
32 # chrome-eng-review per | 32 # chrome-eng-review per |
33 # 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 | 33 # 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 |
34 try_job { | 34 try_job { |
35 buckets { | 35 buckets { |
36 name: "luci.chromium.try" | 36 name: "luci.chromium.try" |
37 # Builders in this bucket are defined in | 37 # Builders in this bucket are defined in |
38 # https://chromium.googlesource.com/chromium/src/+/infra/config/cr-buildbu
cket.cfg | 38 # https://chromium.googlesource.com/chromium/src/+/infra/config/cr-buildbu
cket.cfg |
39 builders { | 39 builders { |
40 name: "LUCI linux_chromium_rel_ng" | 40 name: "LUCI linux_chromium_rel_ng" |
41 experiment_percentage: 5 | 41 experiment_percentage: 10 |
42 } | 42 } |
43 builders { | 43 builders { |
44 name: "LUCI mac_chromium_rel_ng" | 44 name: "LUCI mac_chromium_rel_ng" |
45 experiment_percentage: 5 | 45 experiment_percentage: 5 |
46 } | 46 } |
47 builders { | 47 builders { |
48 name: "LUCI win_chromium_rel_ng" | 48 name: "LUCI win_chromium_rel_ng" |
49 experiment_percentage: 5 | 49 experiment_percentage: 5 |
50 } | 50 } |
51 } | 51 } |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 builders { name: "win_clang" } | 100 builders { name: "win_clang" } |
101 } | 101 } |
102 } | 102 } |
103 | 103 |
104 # NOTE: when adding new configs to the commit queue, please contact | 104 # NOTE: when adding new configs to the commit queue, please contact |
105 # chrome-eng-review per | 105 # chrome-eng-review per |
106 # 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 | 106 # 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 |
107 | 107 |
108 sign_cla {} | 108 sign_cla {} |
109 } | 109 } |
OLD | NEW |