diff --git a/infra/config/OWNERS b/infra/config/OWNERS index 56e1e0c792..7119a375c1 100644 --- a/infra/config/OWNERS +++ b/infra/config/OWNERS @@ -2,7 +2,6 @@ set noparent iannucci@chromium.org nodir@chromium.org sergiyb@chromium.org -tandrii@chromium.org per-file recipes.cfg=martiniss@chromium.org per-file recipes.cfg=recipe-roller@chromium.org diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg deleted file mode 100644 index 2ac6420a0c..0000000000 --- a/infra/config/cq.cfg +++ /dev/null @@ -1,31 +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/chromium/tools/depot_tools" - -gerrit {} - -verifiers { - gerrit_cq_ability { - committer_list: "project-infra-committers" - dry_run_access_list: "project-infra-tryjob-access" - } - - try_job { - buckets { - name: "luci.infra.try" - builders { name: "Depot Tools Presubmit" } - builders { name: "Build downstream Recipe Roll tester from Depot Tools" } - builders { name: "Infra downstream Recipe Roll tester from Depot Tools" } - builders { name: "Skia downstream Recipe Roll tester from Depot Tools" } - builders { name: "Skia Buildbot downstream Recipe Roll tester from Depot Tools" } - } - buckets { - name: "luci.infra-internal.try" - builders { name: "build_limited Roll Tester (depot_tools)" } - builders { name: "release_scripts Roll Tester (depot_tools)" } - } - } -}