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

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

Issue 2845333004: Infra CQ: update OWNERS and add dry run access. (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 | « infra/config/OWNERS ('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
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: "luci-gae" 5 cq_name: "luci-gae"
6 git_repo_url: "https://github.com/luci/gae.git" 6 git_repo_url: "https://github.com/luci/gae.git"
7 cq_status_url: "https://chromium-cq-status.appspot.com" 7 cq_status_url: "https://chromium-cq-status.appspot.com"
8 rietveld { 8 rietveld {
9 url: "https://codereview.chromium.org" 9 url: "https://codereview.chromium.org"
10 } 10 }
11 verifiers { 11 verifiers {
12 reviewer_lgtm { 12 reviewer_lgtm {
13 committer_list: "project-infra-committers" 13 committer_list: "project-infra-committers"
14 dry_run_access_list: "project-infra-tryjob-access"
14 } 15 }
15 try_job { 16 try_job {
16 buckets { 17 buckets {
17 name: "luci.infra.try" 18 name: "luci.infra.try"
18 builders { name: "Luci-GAE Linux Trusty 64 Tester" } 19 builders { name: "Luci-GAE Linux Trusty 64 Tester" }
19 builders { name: "Luci-GAE Presubmit" } 20 builders { name: "Luci-GAE Presubmit" }
20 } 21 }
21 } 22 }
22 } 23 }
OLDNEW
« no previous file with comments | « infra/config/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698