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

Unified Diff: infra/config/cq.cfg

Issue 1819513002: Add cq.cfg (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | 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..0a494e8c04c4c63a3b46725710fc3bf5bd56317c
--- /dev/null
+++ b/infra/config/cq.cfg
@@ -0,0 +1,50 @@
+# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
+# documentation of this file format.
+
+version: 1
+cq_name: "pdfium"
+git_repo_url: "https://pdfium.googlesource.com/pdfium.git"
+cq_status_url: "https://chromium-cq-status.appspot.com"
+
+rietveld {
+ url: "https://codereview.chromium.org"
+}
+
+verifiers {
+ reviewer_lgtm {
+ committer_list: "project-pdfium-committers"
+ }
+
+ try_job {
+ buckets {
+ name: "master.tryserver.client.pdfium"
+ builders {
+ name: "linux"
+ }
+ builders {
+ name: "linux_xfa"
+ }
+ builders {
+ name: "linux_no_v8"
+ }
+ builders {
+ name: "mac"
+ }
+ builders {
+ name: "mac_xfa"
+ }
+ builders {
+ name: "mac_no_v8"
+ }
+ builders {
+ name: "win"
+ }
+ builders {
+ name: "win_xfa"
+ }
+ builders {
+ name: "win_no_v8"
+ }
+ }
+ }
+}
« 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