aboutsummaryrefslogtreecommitdiff
path: root/files/infra
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2017-02-22 18:01:07 -0800
committerFrank Barchard <fbarchard@google.com>2017-03-06 09:54:15 -0800
commitb83bb38f0a92bedeb52baa31e515220927ef53bb (patch)
treea31c9da19db3f909cad22293ad2964d1c41c953a /files/infra
parent04676c9f110180a5ae1fa259a38fab17101c6b5b (diff)
downloadlibyuv-b83bb38f0a92bedeb52baa31e515220927ef53bb.tar.gz
libyuv r1645 to fix android build warnings
r1602 under android.mk had unused parameter build warnings. The warnings were disabled. This CL fixes the source and re-enables the warning. Bug: 35099807 Test: mm for libyuv builds cleanly. Change-Id: If6b344ca39b2c321e277421cdeb817a5b1cc2514
Diffstat (limited to 'files/infra')
-rw-r--r--files/infra/config/OWNERS3
-rw-r--r--files/infra/config/README.md1
-rw-r--r--files/infra/config/cq.cfg61
3 files changed, 65 insertions, 0 deletions
diff --git a/files/infra/config/OWNERS b/files/infra/config/OWNERS
new file mode 100644
index 00000000..02eccd5e
--- /dev/null
+++ b/files/infra/config/OWNERS
@@ -0,0 +1,3 @@
+set noparent
+agable@chromium.org
+kjellander@chromium.org
diff --git a/files/infra/config/README.md b/files/infra/config/README.md
new file mode 100644
index 00000000..c036d610
--- /dev/null
+++ b/files/infra/config/README.md
@@ -0,0 +1 @@
+This directory contains configuration files for infra services.
diff --git a/files/infra/config/cq.cfg b/files/infra/config/cq.cfg
new file mode 100644
index 00000000..7a0d2d84
--- /dev/null
+++ b/files/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
+ }
+ }
+ }
+}