Delete the CQ configuration

This project is only used for experiments with isolate setup and
as such CQ isn't really needed.

Change-Id: I8d12bc38fc74086bf7d2948c967d475bbf578795
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
deleted file mode 100644
index aea747b..0000000
--- a/infra/config/cq.cfg
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2017 The Fuchsia Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
-# documentation of this file format.
-
-version: 1
-cq_name: "jiri"
-cq_status_url: "https://fuchsia-cq-status.appspot.com"
-git_repo_url: "https://fuchsia.googlesource.com/playground/isolate-test"
-
-gerrit {}
-
-verifiers {
-  try_job {
-    buckets {
-      name: "luci.fuchsia-isolate-test.ci",
-      builders {
-        name: "Linux x86-64"
-      }
-    }
-  }
-  sign_cla {}
-}