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

Side by Side Diff: config/cq.cfg

Issue 1183693003: Move the luci-cfg config directory out of the infra/ python package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 6 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 | « config/README.md ('k') | infra/config/OWNERS » ('j') | 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: "infra" 5 cq_name: "infra"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 7
8 rietveld { 8 rietveld {
9 url: "https://codereview.chromium.org" 9 url: "https://codereview.chromium.org"
10 } 10 }
11 11
12 verifiers { 12 verifiers {
13 reviewer_lgtm { 13 reviewer_lgtm {
14 committer_list: "chromium" 14 committer_list: "chromium"
15 } 15 }
16 tree_status { 16 tree_status {
17 tree_status_url: "https://infra-status.appspot.com" 17 tree_status_url: "https://infra-status.appspot.com"
18 } 18 }
19 try_job { 19 try_job {
20 buckets { 20 buckets {
21 name: "tryserver.chromium.linux" 21 name: "tryserver.chromium.linux"
22 builders { 22 builders {
23 name: "infra_tester" 23 name: "infra_tester"
24 } 24 }
25 } 25 }
26 } 26 }
27 } 27 }
OLDNEW
« no previous file with comments | « config/README.md ('k') | infra/config/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698