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

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

Issue 2888113002: Revert of 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 git_repo_url: "https://chromium.googlesource.com/external/webrtc"
8 commit_burst_delay: 60 7 commit_burst_delay: 60
9 max_commit_burst: 1 8 max_commit_burst: 1
10 9
11 gerrit {}
12 rietveld { 10 rietveld {
13 url: "https://codereview.webrtc.org" 11 url: "https://codereview.webrtc.org"
14 } 12 }
15 13
16 14
17 verifiers { 15 verifiers {
18 reviewer_lgtm { 16 reviewer_lgtm {
19 committer_list: "project-webrtc-committers" 17 committer_list: "project-webrtc-committers"
20 dry_run_access_list: "project-webrtc-tryjob-access" 18 dry_run_access_list: "project-webrtc-tryjob-access"
21 } 19 }
22
23 gerrit_cq_ability {
24 committer_list: "project-webrtc-committers"
25 dry_run_access_list: "project-webrtc-tryjob-access"
26 }
27 20
28 tree_status { 21 tree_status {
29 tree_status_url: "https://webrtc-status.appspot.com" 22 tree_status_url: "https://webrtc-status.appspot.com"
30 } 23 }
31 24
32 try_job { 25 try_job {
33 buckets { 26 buckets {
34 name: "master.tryserver.webrtc" 27 name: "master.tryserver.webrtc"
35 builders { name: "android_dbg" } 28 builders { name: "android_dbg" }
36 builders { name: "android_rel" } 29 builders { name: "android_rel" }
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 builders { name: "win_clang_rel" } 70 builders { name: "win_clang_rel" }
78 builders { name: "win_dbg" } 71 builders { name: "win_dbg" }
79 builders { name: "win_rel" } 72 builders { name: "win_rel" }
80 builders { name: "win_x64_clang_dbg" } 73 builders { name: "win_x64_clang_dbg" }
81 builders { name: "win_x64_clang_rel" } 74 builders { name: "win_x64_clang_rel" }
82 builders { name: "win_x64_dbg" } 75 builders { name: "win_x64_dbg" }
83 builders { name: "win_x64_rel" } 76 builders { name: "win_x64_rel" }
84 } 77 }
85 } 78 }
86 } 79 }
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