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

Unified Diff: infra/branch-config/cq.cfg

Issue 1153093004: Added CQ config to skia repo (Closed) Base URL: https://skia.googlesource.com/skia.git/@master
Patch Set: Added a comment to refs.cfg Created 5 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 | « infra/branch-config/README.md ('k') | infra/project-config/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/branch-config/cq.cfg
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..adbc129a8e129066c4d066274c358285f9275b7b
--- /dev/null
+++ b/infra/branch-config/cq.cfg
@@ -0,0 +1,48 @@
+# Commit Queue configuration file. The documentation of the format can be found
+# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
+
+version: 1
+cq_name: "skia"
+cq_status_url: "https://chromium-cq-status.appspot.com"
+commit_burst_delay: 300
+max_commit_burst: 2
+
+rietveld {
+ url: "https://codereview.chromium.org"
+}
+
+verifiers {
+ reviewer_lgtm {
+ committer_list: "skia"
+ max_wait_secs: 21600 # 6 hours
+ no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM "
+ "from a\nfull Skia committer from\n"
+ "https://skia.googlesource.com/skia/+/master/CQ_COMMITTERS"
+ }
+
+ tree_status {
+ tree_status_url: "https://skia-tree-status.appspot.com"
+ }
+
+ try_job {
+ buckets {
+ name: "client.skia"
+ builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" }
+ builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot" }
+ }
+ buckets {
+ name: "client.skia.compile"
+ builders { name: "Build-Mac10.8-Clang-x86_64-Release-Trybot" }
+ builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" }
+ builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" }
+ builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" }
+ builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" }
+ builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
+ builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" }
+ }
+ buckets {
+ name: "client.skia.fyi"
+ builders { name: "skia_presubmit-Trybot" }
+ }
+ }
+}
« no previous file with comments | « infra/branch-config/README.md ('k') | infra/project-config/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698