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

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

Issue 2965003002: Add commit queue status links to Gerrit CLs (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 | « 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 version: 1 3 version: 1
4 cq_name: "dart" 4 cq_name: "dart"
5 cq_status_url: "https://chromium-cq-status.appspot.com"
5 git_repo_url: "https://dart.googlesource.com/sdk.git" 6 git_repo_url: "https://dart.googlesource.com/sdk.git"
6 gerrit { } 7 gerrit { }
7 verifiers { 8 verifiers {
8 gerrit_cq_ability { 9 gerrit_cq_ability {
9 committer_list: "project-dart-committers" 10 committer_list: "project-dart-committers"
10 dry_run_access_list: "project-dart-tryjob-access" 11 dry_run_access_list: "project-dart-tryjob-access"
11 } 12 }
12 try_job { 13 try_job {
13 buckets { 14 buckets {
14 name: "master.tryserver.client.dart" 15 name: "master.tryserver.client.dart"
15 builders { name: "vm-win-debug-x64-try"} 16 builders { name: "vm-win-debug-x64-try"}
16 builders { name: "vm-win-release-x64-try"} 17 builders { name: "vm-win-release-x64-try"}
17 builders { name: "vm-linux-debug-x64-try"} 18 builders { name: "vm-linux-debug-x64-try"}
18 builders { name: "vm-linux-release-x64-try"} 19 builders { name: "vm-linux-release-x64-try"}
19 builders { name: "vm-mac-debug-x64-try"} 20 builders { name: "vm-mac-debug-x64-try"}
20 builders { name: "vm-mac-release-x64-try"} 21 builders { name: "vm-mac-release-x64-try"}
21 } 22 }
22 } 23 }
23 } 24 }
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