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

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

Issue 2170133002: [polymer] Reopen the catapult tree (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: 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 | « 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: "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 in_production: false
9 8
10 rietveld { 9 rietveld {
11 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
12 } 11 }
13 12
14 verifiers { 13 verifiers {
15 reviewer_lgtm { 14 reviewer_lgtm {
16 committer_list: "project-catapult-committers" 15 committer_list: "project-catapult-committers"
17 dry_run_access_list: "project-chromium-tryjob-access" 16 dry_run_access_list: "project-chromium-tryjob-access"
18 } 17 }
(...skipping 12 matching lines...) Expand all
31 } 30 }
32 builders { 31 builders {
33 name: "Catapult Mac Tryserver" 32 name: "Catapult Mac Tryserver"
34 } 33 }
35 builders { 34 builders {
36 name: "Catapult Windows Tryserver" 35 name: "Catapult Windows Tryserver"
37 } 36 }
38 } 37 }
39 } 38 }
40 } 39 }
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