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

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

Issue 2670263002: Update cq.cfg to use new name for committers group. (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: "custom-tabs-client" 5 cq_name: "custom-tabs-client"
6 git_repo_url: "https://github.com/GoogleChrome/custom-tabs-client.git" 6 git_repo_url: "https://github.com/GoogleChrome/custom-tabs-client.git"
7 cq_status_url: "https://chromium-cq-status.appspot.com" 7 cq_status_url: "https://chromium-cq-status.appspot.com"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
11 } 11 }
12 12
13 verifiers { 13 verifiers {
14 reviewer_lgtm { 14 reviewer_lgtm {
15 committer_list: "external/project-chromium-committers" 15 committer_list: "project-chromium-committers"
16 } 16 }
17 17
18 try_job { 18 try_job {
19 buckets { 19 buckets {
20 name: "master.tryserver.client.custom_tabs_client" 20 name: "master.tryserver.client.custom_tabs_client"
21 builders { 21 builders {
22 name: "Custom Tabs Linux Tryserver" 22 name: "Custom Tabs Linux Tryserver"
23 } 23 }
24 } 24 }
25 } 25 }
26 } 26 }
27 27
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