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

Side by Side Diff: infra/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 | « infra/config/README.md ('k') | 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
(Empty)
1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2 # documentation of this file format.
3
4 version: 1
5 cq_name: "infra"
6 cq_status_url: "https://chromium-cq-status.appspot.com"
7
8 rietveld {
9 url: "https://codereview.chromium.org"
10 }
11
12 verifiers {
13 reviewer_lgtm {
14 committer_list: "chromium"
15 }
16 tree_status {
17 tree_status_url: "https://infra-status.appspot.com"
18 }
19 try_job {
20 buckets {
21 name: "tryserver.chromium.linux"
22 builders {
23 name: "infra_tester"
24 }
25 }
26 }
27 }
OLDNEW
« no previous file with comments | « infra/config/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698