aboutsummaryrefslogtreecommitdiff
path: root/files/infra/config
diff options
context:
space:
mode:
Diffstat (limited to 'files/infra/config')
-rw-r--r--files/infra/config/OWNERS3
-rw-r--r--files/infra/config/PRESUBMIT.py15
-rw-r--r--files/infra/config/cq.cfg17
3 files changed, 16 insertions, 19 deletions
diff --git a/files/infra/config/OWNERS b/files/infra/config/OWNERS
deleted file mode 100644
index 02eccd5e..00000000
--- a/files/infra/config/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-set noparent
-agable@chromium.org
-kjellander@chromium.org
diff --git a/files/infra/config/PRESUBMIT.py b/files/infra/config/PRESUBMIT.py
new file mode 100644
index 00000000..89eaa519
--- /dev/null
+++ b/files/infra/config/PRESUBMIT.py
@@ -0,0 +1,15 @@
+# Copyright 2018 The LibYuv Project Authors. All rights reserved.
+#
+# Use of this source code is governed by a BSD-style license
+# that can be found in the LICENSE file in the root of the source
+# tree. An additional intellectual property rights grant can be found
+# in the file PATENTS. All contributing project authors may
+# be found in the AUTHORS file in the root of the source tree.
+
+
+def CheckChangeOnUpload(input_api, output_api):
+ return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
+
+
+def CheckChangeOnCommit(input_api, output_api):
+ return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
diff --git a/files/infra/config/cq.cfg b/files/infra/config/cq.cfg
index ff0347d6..7bcc0595 100644
--- a/files/infra/config/cq.cfg
+++ b/files/infra/config/cq.cfg
@@ -2,21 +2,12 @@
# 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"
- dry_run_access_list: "project-libyuv-tryjob-access"
- }
gerrit_cq_ability {
committer_list: "project-libyuv-committers"
dry_run_access_list: "project-libyuv-tryjob-access"
@@ -24,7 +15,7 @@ verifiers {
try_job {
buckets {
- name: "master.tryserver.libyuv"
+ name: "luci.libyuv.try"
builders { name: "win" }
builders { name: "win_rel" }
builders { name: "win_x64_rel" }
@@ -45,7 +36,6 @@ verifiers {
experiment_percentage: 100
}
builders { name: "linux_memcheck" }
- builders { name: "linux_msan" }
builders { name: "linux_tsan2" }
builders { name: "linux_asan" }
builders { name: "linux_msan" }
@@ -53,14 +43,9 @@ verifiers {
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
- }
}
}
}