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

Unified Diff: tools/infra/config/cq.cfg

Issue 2962323002: Add commit queue configuration in tools/infra/config (Closed)
Patch Set: Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/infra/config/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/infra/config/cq.cfg
diff --git a/tools/infra/config/cq.cfg b/tools/infra/config/cq.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..d660ab95fce2364a9014a5f6f5a48def1c7fe941
--- /dev/null
+++ b/tools/infra/config/cq.cfg
@@ -0,0 +1,29 @@
+# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
+# documentation of this file format.
+version: 1
+cq_name: "dart"
+git_repo_url: "https://dart.googlesource.com/sdk.git"
+rietveld {}
+gerrit {
+}
+verifiers {
+ reviewer_lgtm {
+ committer_list: "dart-team"
+ dry_run_access_list: "dart-team"
+ }
+ gerrit_cq_ability {
+ committer_list: "dart-team"
+ dry_run_access_list: "dart-team"
+ }
+ try_job {
+ buckets {
+ name: "tryserver.client.dart"
+ builders { name: "vm-win-debug-x64-try"}
+ builders { name: "vm-win-release-x64-try"}
+ builders { name: "vm-linux-debug-x64-try"}
+ builders { name: "vm-linux-release-x64-try"}
+ builders { name: "vm-mac-debug-x64-try"}
+ builders { name: "vm-mac-release-x64-try"}
+ }
+ }
+}
« 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