Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: infra/config/cq.cfg

Issue 2693633002: cq.cfg: fix bucket name luci.chromium.try (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 {
11 url: "https://codereview.chromium.org" 11 url: "https://codereview.chromium.org"
12 } 12 }
13 13
14 verifiers { 14 verifiers {
15 reviewer_lgtm { 15 reviewer_lgtm {
16 committer_list: "project-chromium-committers" 16 committer_list: "project-chromium-committers"
17 dry_run_access_list: "project-chromium-tryjob-access" 17 dry_run_access_list: "project-chromium-tryjob-access"
18 } 18 }
19 19
20 tree_status { 20 tree_status {
21 tree_status_url: "https://chromium-status.appspot.com" 21 tree_status_url: "https://chromium-status.appspot.com"
22 } 22 }
23 23
24 # NOTE: when adding new configs to the commit queue, please contact 24 # NOTE: when adding new configs to the commit queue, please contact
25 # chrome-eng-review per 25 # chrome-eng-review per
26 # 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 26 # 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
27 try_job { 27 try_job {
28 buckets { 28 buckets {
29 name: "luci.infra.try" 29 name: "luci.chromium.try"
30 builders { 30 builders {
31 name: "LUCI linux_chromium_rel_ng" 31 name: "LUCI linux_chromium_rel_ng"
32 experiment_percentage: 1 32 experiment_percentage: 1
33 } 33 }
34 } 34 }
35 buckets { 35 buckets {
36 name: "master.tryserver.chromium.android" 36 name: "master.tryserver.chromium.android"
37 builders { name: "android_arm64_dbg_recipe" } 37 builders { name: "android_arm64_dbg_recipe" }
38 builders { name: "android_clang_dbg_recipe" } 38 builders { name: "android_clang_dbg_recipe" }
39 builders { name: "android_compile_dbg" } 39 builders { name: "android_compile_dbg" }
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 builders { name: "win_clang" } 90 builders { name: "win_clang" }
91 } 91 }
92 } 92 }
93 93
94 # NOTE: when adding new configs to the commit queue, please contact 94 # NOTE: when adding new configs to the commit queue, please contact
95 # chrome-eng-review per 95 # chrome-eng-review per
96 # 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 # 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
97 97
98 sign_cla {} 98 sign_cla {}
99 } 99 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698