aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorOleh Prypin <oprypin@webrtc.org>2019-01-29 08:12:13 +0100
committerCommit Bot <commit-bot@chromium.org>2019-01-30 01:01:22 +0000
commit7ce50764c52055035bfa3f469555b353c0bcd045 (patch)
treebd41fa7d5bfa7843a7f353dfe202b346c02bc008 /infra
parent5a699df5b74db685376d0850068f72a6f3eda418 (diff)
downloadlibyuv-7ce50764c52055035bfa3f469555b353c0bcd045.tar.gz
Remove infra/config directory because cq.cfg has been moved
https://chromium-review.googlesource.com/1437407 made it so that this cq.cfg has no effect. Bug: chromium:916292 Change-Id: I2c35b11405836a54112611a9decd33bd21e1d4c3 Reviewed-on: https://chromium-review.googlesource.com/c/1442211 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/OWNERS3
-rw-r--r--infra/config/PRESUBMIT.py15
-rw-r--r--infra/config/README.md1
-rw-r--r--infra/config/cq.cfg50
4 files changed, 0 insertions, 69 deletions
diff --git a/infra/config/OWNERS b/infra/config/OWNERS
deleted file mode 100644
index b61b29d6..00000000
--- a/infra/config/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-set noparent
-agable@chromium.org
-phoglund@chromium.org
diff --git a/infra/config/PRESUBMIT.py b/infra/config/PRESUBMIT.py
deleted file mode 100644
index 89eaa519..00000000
--- a/infra/config/PRESUBMIT.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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/infra/config/README.md b/infra/config/README.md
deleted file mode 100644
index c036d610..00000000
--- a/infra/config/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This directory contains configuration files for infra services.
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
deleted file mode 100644
index 04e25319..00000000
--- a/infra/config/cq.cfg
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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_status_url: "https://chromium-cq-status.appspot.com"
-git_repo_url: "https://chromium.googlesource.com/libyuv/libyuv.git"
-
-gerrit {}
-
-verifiers {
- gerrit_cq_ability {
- committer_list: "project-libyuv-committers"
- dry_run_access_list: "project-libyuv-tryjob-access"
- }
-
- try_job {
- buckets {
- name: "luci.libyuv.try"
- 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_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_arm64" }
- builders { name: "android_x86" }
- builders { name: "android_x64" }
- }
- }
-}