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

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

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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 | « docs/adding-committers.md ('k') | netlog_viewer/README.md » ('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: "catapult" 5 cq_name: "catapult"
6 git_repo_url: "https://github.com/catapult-project/catapult.git" 6 git_repo_url: "https://github.com/catapult-project/catapult.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: "project-catapult-committers" 15 committer_list: "project-catapult-committers"
16 dry_run_access_list: "project-chromium-tryjob-access"
16 } 17 }
17 18
18 try_job { 19 try_job {
19 buckets { 20 buckets {
20 name: "master.tryserver.client.catapult" 21 name: "master.tryserver.client.catapult"
21 builders { 22 builders {
22 name: "Catapult Presubmit" 23 name: "Catapult Presubmit"
23 } 24 }
24 builders { 25 builders {
25 name: "Catapult Android Tryserver" 26 name: "Catapult Android Tryserver"
26 } 27 }
27 builders { 28 builders {
28 name: "Catapult Linux Tryserver" 29 name: "Catapult Linux Tryserver"
29 } 30 }
30 builders { 31 builders {
31 name: "Catapult Mac Tryserver" 32 name: "Catapult Mac Tryserver"
32 } 33 }
33 builders { 34 builders {
34 name: "Catapult Windows Tryserver" 35 name: "Catapult Windows Tryserver"
35 } 36 }
36 } 37 }
37 } 38 }
38 } 39 }
OLDNEW
« no previous file with comments | « docs/adding-committers.md ('k') | netlog_viewer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698