aboutsummaryrefslogtreecommitdiff
path: root/infra/config
diff options
context:
space:
mode:
authorAaron Gable <agable@chromium.org>2017-01-20 11:40:28 -0800
committerAaron Gable <agable@chromium.org>2017-01-20 19:41:35 +0000
commitdbee5e2a9f4260d321df092240908fda429c4e07 (patch)
treede022f2067ba0b3ba6134a39cb648e5afa1e37e1 /infra/config
parent749e316ed8593c4a559dc3a8a83eef385b250038 (diff)
downloadlibyuv-dbee5e2a9f4260d321df092240908fda429c4e07.tar.gz
Add a CQ to libyuv
This adds a commit queue for libyuv. The set of bots triggered is the same as the set previously specified in PRESUBMIT.py. This has two advantages over the current setup: a) You get nice features in Gerrit (like a dry run button); and b) You get a CQ! Change-Id: I006e8480fa7238d9e7a0cfa0a932ddabcd71f511 Reviewed-on: https://chromium-review.googlesource.com/430917 Reviewed-by: Frank Barchard <fbarchard@google.com>
Diffstat (limited to 'infra/config')
-rw-r--r--infra/config/OWNERS3
-rw-r--r--infra/config/README.md1
-rw-r--r--infra/config/cq.cfg61
3 files changed, 65 insertions, 0 deletions
diff --git a/infra/config/OWNERS b/infra/config/OWNERS
new file mode 100644
index 00000000..02eccd5e
--- /dev/null
+++ b/infra/config/OWNERS
@@ -0,0 +1,3 @@
+set noparent
+agable@chromium.org
+kjellander@chromium.org
diff --git a/infra/config/README.md b/infra/config/README.md
new file mode 100644
index 00000000..c036d610
--- /dev/null
+++ b/infra/config/README.md
@@ -0,0 +1 @@
+This directory contains configuration files for infra services.
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
new file mode 100644
index 00000000..7a0d2d84
--- /dev/null
+++ b/infra/config/cq.cfg
@@ -0,0 +1,61 @@
+# 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: "libyuv"
+cq_status_url: "https://chromium-cq-status.appspot.com"
+git_repo_url: "https://chromium.googlesource.com/libyuv/libyuv.git"
+
+gerrit {}
+rietveld {
+ url: "https://codereview.chromium.org"
+}
+
+
+verifiers {
+ reviewer_lgtm {
+ committer_list: "project-libyuv-committers"
+ }
+
+ try_job {
+ buckets {
+ name: "master.tryserver.libyuv"
+ builders { name: "win" }
+ builders { name: "win_rel" }
+ builders { name: "win_x64_rel" }
+ builders { name: "win_clang" }
+ builders { name: "win_clang_rel" }
+ builders { name: "win_x64_clang_rel" }
+ builders { name: "mac" }
+ builders { name: "mac_rel" }
+ builders { name: "mac_asan" }
+ builders { name: "ios" }
+ builders { name: "ios_rel" }
+ builders { name: "ios_arm64" }
+ builders { name: "ios_arm64_rel" }
+ builders { name: "linux" }
+ builders { name: "linux_rel" }
+ builders {
+ name: "linux_gcc"
+ experiment_percentage: 100
+ }
+ builders { name: "linux_memcheck" }
+ builders { name: "linux_msan" }
+ builders { name: "linux_tsan2" }
+ builders { name: "linux_asan" }
+ builders { name: "linux_msan" }
+ builders { name: "linux_ubsan" }
+ builders { name: "linux_ubsan_vptr" }
+ builders { name: "android" }
+ builders { name: "android_rel" }
+ builders { name: "android_clang" }
+ builders { name: "android_arm64" }
+ builders { name: "android_x86" }
+ builders { name: "android_x64" }
+ builders {
+ name: "android_mips"
+ experiment_percentage: 100
+ }
+ }
+ }
+}