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

Unified Diff: infra/config/cq.cfg

Issue 1161873004: Converted V8 CQ config to proto-format (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added new files Created 5 years, 7 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/OWNERS ('k') | testing/commit_queue/OWNERS » ('j') | 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..49996946d374c80d52294af17a0f1c1b63c7e7d7
--- /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: "v8"
+cq_status_url: "https://chromium-cq-status.appspot.com"
+hide_ref_in_committed_msg: true
+commit_burst_delay: 60
+max_commit_burst: 1
+target_ref: "refs/pending/heads/master"
+
+rietveld {
+ url: "https://codereview.chromium.org"
+}
+
+verifiers {
+ reviewer_lgtm {
+ committer_list: "v8"
+ }
+
+ tree_status {
+ tree_status_url: "https://v8-status.appspot.com"
+ }
+
+ try_job {
+ buckets {
+ name: "tryserver.v8"
+ builders { name: "v8_android_arm_compile_rel" }
+ builders { name: "v8_linux64_asan_rel" }
+ builders { name: "v8_linux64_avx2_rel" }
+ builders { name: "v8_linux64_rel" }
+ builders { name: "v8_linux_arm64_rel" }
+ builders { name: "v8_linux_arm_rel" }
+ builders { name: "v8_linux_chromium_gn_rel" }
+ builders { name: "v8_linux_dbg" }
+ builders { name: "v8_linux_gcc_compile_rel" }
+ builders { name: "v8_linux_mipsel_compile_rel" }
+ builders { name: "v8_linux_mips64el_compile_rel" }
+ builders { name: "v8_linux_nodcheck_rel" }
+ builders { name: "v8_linux_rel" }
+ builders { name: "v8_mac_rel" }
+ builders { name: "v8_presubmit" }
+ builders { name: "v8_win64_rel" }
+ builders { name: "v8_win_compile_dbg" }
+ builders { name: "v8_win_nosnap_shared_compile_rel" }
+ builders { name: "v8_win_rel" }
+ }
+ }
+}
+
« no previous file with comments | « infra/config/OWNERS ('k') | testing/commit_queue/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698