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

Unified Diff: infra/config/cq.cfg

Issue 1298323004: Add Chrome infrastructure CQ config. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: fixed. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « 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: infra/config/cq.cfg
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..774b135569e5f2e0ea3f473ee209f3f53741f7e8
--- /dev/null
+++ b/infra/config/cq.cfg
@@ -0,0 +1,21 @@
+# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
+# documentation of this file format.
+
+version: 1
+cq_name: "luci-gae"
+git_repo_url: "https://github.com/luci/gae.git"
+cq_status_url: "https://chromium-cq-status.appspot.com"
+rietveld {
+ url: "https://codereview.chromium.org"
+}
+verifiers {
+ reviewer_lgtm {
+ committer_list: "project-infra-committers"
+ }
+ try_job {
+ buckets {
+ name: "master.tryserver.infra"
+ builders { name: "Luci-GAE Linux Trusty 64 Tester" }
+ }
+ }
+}
« no previous file with comments | « infra/config/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698