Remove commit-queue.cfg in favor of that in infra/infra.

See
https://chromium-review.googlesource.com/c/infra/infra/+/1485677

This branch is no longer needed, so removing all files but keep
README.md.

R=jchinlee

Bug: 930421
Change-Id: I57cdadbff9f9bdcea49a63121c41c217b7b25450
Reviewed-on: https://chromium-review.googlesource.com/c/1485716
Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org>
diff --git a/OWNERS b/OWNERS
deleted file mode 100644
index 56b5319..0000000
--- a/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-nodir@chromium.org
-sergiyb@chromium.org
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
deleted file mode 100644
index 81e0494..0000000
--- a/PRESUBMIT.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (c) 2019 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-
-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/README.md b/README.md
index b081fbe..9c9aa42 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,2 @@
-This directory contains chrome-infra's configs for its own services.
+This directory used to contain cq config.
+But it has been migrated to infra/infra repo's commit-queue.cfg.
diff --git a/commit-queue.cfg b/commit-queue.cfg
deleted file mode 100644
index b87a9dc..0000000
--- a/commit-queue.cfg
+++ /dev/null
@@ -1,79 +0,0 @@
-# See http://luci-config.appspot.com/schemas/projects:commit-queue.cfg for the
-# documentation of this file format.
-
-cq_status_host: "chromium-cq-status.appspot.com"
-submit_options {
-  max_burst: 4
-  burst_delay {
-    seconds: 480
-  }
-}
-config_groups {
-  gerrit {
-    url: "https://chromium-review.googlesource.com"
-    projects {
-      name: "chromium/tools/depot_tools"
-      ref_regexp: "refs/heads/master"
-    }
-  }
-  verifiers {
-    gerrit_cq_ability {
-      committer_list: "project-infra-committers"
-      dry_run_access_list: "project-infra-tryjob-access"
-    }
-    tryjob {
-      builders {
-        name: "infra/try/Depot Tools Presubmit"
-        disable_reuse: true
-      }
-      builders {
-        name: "infra/try/Build downstream Recipe Roll tester from Depot Tools"
-      }
-      builders {
-        name: "infra/try/Infra downstream Recipe Roll tester from Depot Tools"
-      }
-      builders {
-        name: "infra/try/Skia downstream Recipe Roll tester from Depot Tools"
-      }
-      builders {
-        name: "infra/try/Skia Buildbot downstream Recipe Roll tester from Depot Tools"
-      }
-      builders {
-        name: "infra-internal/try/build_limited Roll Tester (depot_tools)"
-      }
-      builders {
-        name: "infra-internal/try/release_scripts Roll Tester (depot_tools)"
-      }
-      retry_config {
-        single_quota: 1
-        global_quota: 2
-        failure_weight: 1
-        transient_failure_weight: 1
-        timeout_weight: 2
-      }
-    }
-  }
-}
-
-config_groups {
-  gerrit {
-    url: "https://chromium-review.googlesource.com"
-    projects {
-      name: "chromium/tools/depot_tools"
-      ref_regexp: "refs/heads/infra/config"
-    }
-  }
-  verifiers {
-    gerrit_cq_ability {
-      committer_list: "project-infra-committers"
-      dry_run_access_list: "project-infra-tryjob-access"
-    }
-    tryjob {
-      builders {
-        name: "infra/try/Depot Tools Presubmit"
-        disable_reuse: true
-      }
-      # No retries in CQ for infra/config branch.
-    }
-  }
-}
diff --git a/project.cfg b/project.cfg
deleted file mode 100644
index 7262476..0000000
--- a/project.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-# For the schema of this file and documentation, see ProjectCfg message in
-# https://luci-config.appspot.com/schemas/projects:project.cfg
-
-name: "depot_tools"
-access: "group:all" # public