From 7ce50764c52055035bfa3f469555b353c0bcd045 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 29 Jan 2019 08:12:13 +0100 Subject: [PATCH] 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 Reviewed-by: Frank Barchard --- infra/config/OWNERS | 3 --- infra/config/PRESUBMIT.py | 15 ------------ infra/config/README.md | 1 - infra/config/cq.cfg | 50 --------------------------------------- 4 files changed, 69 deletions(-) delete mode 100644 infra/config/OWNERS delete mode 100644 infra/config/PRESUBMIT.py delete mode 100644 infra/config/README.md delete mode 100644 infra/config/cq.cfg diff --git a/infra/config/OWNERS b/infra/config/OWNERS deleted file mode 100644 index b61b29d6c..000000000 --- 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 89eaa5192..000000000 --- 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 c036d610c..000000000 --- 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 04e253190..000000000 --- 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" } - } - } -}