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

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

Issue 3003523002: Add commit queue settings to Dart (Closed)
Patch Set: Add isolate files Created 3 years, 4 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/OWNERS ('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
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 cq_status_url: "https://chromium-cq-status.appspot.com"
6 git_repo_url: "https://dart.googlesource.com/sdk.git" 6 git_repo_url: "https://github.com/dart-lang/sdk.git"
tandrii(chromium) 2017/08/21 15:24:06 this won't work. This is gerrit CQ, not a Rietveld
Bill Hesse 2017/08/21 15:26:40 OK, I saw in an earlier post on the gob->github sy
7 gerrit { } 7 gerrit { }
8 verifiers { 8 verifiers {
9 gerrit_cq_ability { 9 gerrit_cq_ability {
10 committer_list: "project-dart-committers" 10 committer_list: "project-dart-committers"
11 dry_run_access_list: "project-dart-tryjob-access" 11 dry_run_access_list: "project-dart-tryjob-access"
12 } 12 }
13 try_job { 13 try_job {
14 buckets { 14 buckets {
15 name: "luci.dart.try" 15 name: "luci.dart.try"
16 builders { name: "vm-win-debug-x64-try"} 16 builders { name: "analyzer-linux-release-strong-try"}
17 builders { name: "vm-win-release-x64-try"}
18 builders { name: "vm-linux-debug-x64-try"}
19 builders { name: "vm-linux-release-x64-try"} 17 builders { name: "vm-linux-release-x64-try"}
20 builders { name: "vm-mac-debug-x64-try"} 18 builders { name: "vm-win-release-x64-try"
21 builders { name: "vm-mac-release-x64-try"} 19 experiment_percentage: 100.0}
22 builders { name: "dart2js-linux-d8-hostchecked-unittest-try"} 20 builders { name: "vm-mac-release-x64-try"
23 builders { name: "analyzer-linux-release-strong-try"} 21 experiment_percentage: 100.0}
22 builders { name: "dart2js-linux-d8-hostchecked-unittest-try"
23 experiment_percentage: 100.0}
24 builders { name: "pkg-linux-release-try"
25 experiment_percentage: 100.0}
24 } 26 }
25 } 27 }
26 } 28 }
OLDNEW
« no previous file with comments | « tools/infra/config/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698