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

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

Issue 2962323002: Add commit queue configuration in tools/infra/config (Closed)
Patch Set: Created 3 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 | « tools/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 version: 1
4 cq_name: "dart"
5 git_repo_url: "https://dart.googlesource.com/sdk.git"
6 rietveld {}
7 gerrit {
8 }
9 verifiers {
10 reviewer_lgtm {
11 committer_list: "dart-team"
12 dry_run_access_list: "dart-team"
13 }
14 gerrit_cq_ability {
15 committer_list: "dart-team"
16 dry_run_access_list: "dart-team"
17 }
18 try_job {
19 buckets {
20 name: "tryserver.client.dart"
21 builders { name: "vm-win-debug-x64-try"}
22 builders { name: "vm-win-release-x64-try"}
23 builders { name: "vm-linux-debug-x64-try"}
24 builders { name: "vm-linux-release-x64-try"}
25 builders { name: "vm-mac-debug-x64-try"}
26 builders { name: "vm-mac-release-x64-try"}
27 }
28 }
29 }
OLDNEW
« no previous file with comments | « tools/infra/config/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698