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

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

Issue 2888533004: Add gerrit to cq.cfg (Closed)
Patch Set: Created 3 years, 7 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 # Commit Queue configuration file. The documentation of the format can be found 1 # Commit Queue configuration file. The documentation of the format can be found
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3 3
4 version: 1 4 version: 1
5 cq_name: "webrtc" 5 cq_name: "webrtc"
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: 1 8 max_commit_burst: 1
tandrii_google 2017/05/17 11:31:25 add git_url as in https://chromium.googlesource.co
9 9
10 gerrit {}
10 rietveld { 11 rietveld {
11 url: "https://codereview.webrtc.org" 12 url: "https://codereview.webrtc.org"
12 } 13 }
13 14
14 15
15 verifiers { 16 verifiers {
16 reviewer_lgtm { 17 reviewer_lgtm {
17 committer_list: "project-webrtc-committers" 18 committer_list: "project-webrtc-committers"
18 dry_run_access_list: "project-webrtc-tryjob-access" 19 dry_run_access_list: "project-webrtc-tryjob-access"
19 } 20 }
20 21
22 gerrit_cq_ability {
23 committer_list: "project-webrtc-committers"
24 dry_run_access_list: "project-webrtc-tryjob-access"
25 }
26
21 tree_status { 27 tree_status {
22 tree_status_url: "https://webrtc-status.appspot.com" 28 tree_status_url: "https://webrtc-status.appspot.com"
23 } 29 }
24 30
25 try_job { 31 try_job {
26 buckets { 32 buckets {
27 name: "master.tryserver.webrtc" 33 name: "master.tryserver.webrtc"
28 builders { name: "android_dbg" } 34 builders { name: "android_dbg" }
29 builders { name: "android_rel" } 35 builders { name: "android_rel" }
30 builders { name: "android_arm64_rel" } 36 builders { name: "android_arm64_rel" }
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 builders { name: "win_clang_rel" } 76 builders { name: "win_clang_rel" }
71 builders { name: "win_dbg" } 77 builders { name: "win_dbg" }
72 builders { name: "win_rel" } 78 builders { name: "win_rel" }
73 builders { name: "win_x64_clang_dbg" } 79 builders { name: "win_x64_clang_dbg" }
74 builders { name: "win_x64_clang_rel" } 80 builders { name: "win_x64_clang_rel" }
75 builders { name: "win_x64_dbg" } 81 builders { name: "win_x64_dbg" }
76 builders { name: "win_x64_rel" } 82 builders { name: "win_x64_rel" }
77 } 83 }
78 } 84 }
79 } 85 }
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