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

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

Issue 2170903003: Temporarily close catapult tree until polymer 1.0 migration is complete. (Closed) Base URL: https://github.com/catapult-project/catapult@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
8 9
9 rietveld { 10 rietveld {
10 url: "https://codereview.chromium.org" 11 url: "https://codereview.chromium.org"
11 } 12 }
12 13
13 verifiers { 14 verifiers {
14 reviewer_lgtm { 15 reviewer_lgtm {
15 committer_list: "project-catapult-committers" 16 committer_list: "project-catapult-committers"
16 dry_run_access_list: "project-chromium-tryjob-access" 17 dry_run_access_list: "project-chromium-tryjob-access"
17 } 18 }
(...skipping 12 matching lines...) Expand all
30 } 31 }
31 builders { 32 builders {
32 name: "Catapult Mac Tryserver" 33 name: "Catapult Mac Tryserver"
33 } 34 }
34 builders { 35 builders {
35 name: "Catapult Windows Tryserver" 36 name: "Catapult Windows Tryserver"
36 } 37 }
37 } 38 }
38 } 39 }
39 } 40 }
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