Revert "Add mondrian to repositories"

This reverts commit 326593a584132e1575195413e843d4e20a230131.

Reason for revert: Mondrian mixin depends on itself

Change-Id: Ic4b5731d9167ec6e9962d2840121678aacd7fc23
diff --git a/repositories/mondrian/cq.cfg b/repositories/mondrian/cq.cfg
deleted file mode 100644
index 80aa719..0000000
--- a/repositories/mondrian/cq.cfg
+++ /dev/null
@@ -1,38 +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: "fuchsia-mondrian"
-cq_status_url: "https://fuchsia-cq-status.appspot.com"
-git_repo_url: "https://fuchsia.googlesource.com/mondrian"
-
-gerrit {}
-
-verifiers {
-  try_job {
-    buckets {
-      name: "luci.fuchsia.try",
-      builders {
-        name: "mondrian-aarch64-linux-debug"
-      }
-      builders {
-        name: "mondrian-aarch64-linux-release"
-      }
-      builders {
-        name: "mondrian-x86_64-linux-debug"
-      }
-      builders {
-        name: "mondrian-x86_64-linux-release"
-      }
-    }
-  }
-  gerrit_cq_ability {
-    committer_list: "project-fuchsia-committers"
-    dry_run_access_list: "project-fuchsia-tryjob-access"
-  }
-  sign_cla {}
-}
diff --git a/repositories/mondrian/refs.cfg b/repositories/mondrian/refs.cfg
deleted file mode 100644
index 2c64730..0000000
--- a/repositories/mondrian/refs.cfg
+++ /dev/null
@@ -1,14 +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 RefsCfg message in
-# http://luci-config.appspot.com/schemas/projects:refs.cfg for the
-# documentation of this file format.
-
-refs {
-   # Map 'refs/heads/master' ref of this project to this directory.
-   # This works because this directory is on the master branch too.
-   name: "refs/heads/master"
-   config_path: "repositories/mondrian"
-}
diff --git a/services/cr-buildbucket.cfg b/services/cr-buildbucket.cfg
index 70ff60d..65740f2 100644
--- a/services/cr-buildbucket.cfg
+++ b/services/cr-buildbucket.cfg
@@ -112,15 +112,6 @@
 }
 
 builder_mixins {
-  name: "mondrian"
-  dimensions: "os:Linux"
-  mixins: "mondrian"
-  recipe {
-    properties_j: "modules:[\"mondrian\"]"
-  }
-}
-
-builder_mixins {
   name: "sysui"
   dimensions: "os:Linux"
   mixins: "fuchsia"
@@ -692,46 +683,6 @@
     }
 
     builders {
-      category: "Mondrian"
-      name: "mondrian-aarch64-linux-debug"
-      mixins: "mondrian"
-      recipe {
-        properties: "build_type:debug"
-        properties: "target:arm64"
-      }
-    }
-
-    builders {
-      category: "Mondrian"
-      name: "mondrian-aarch64-linux-release"
-      mixins: "mondrian"
-      recipe {
-        properties: "build_type:release"
-        properties: "target:arm64"
-      }
-    }
-
-    builders {
-      category: "Mondrian"
-      name: "mondrian-x86_64-linux-debug"
-      mixins: "mondrian"
-      recipe {
-        properties: "build_type:debug"
-        properties: "target:x86-64"
-      }
-    }
-
-    builders {
-      category: "Mondrian"
-      name: "mondrian-x86_64-linux-release"
-      mixins: "mondrian"
-      recipe {
-        properties: "build_type:release"
-        properties: "target:x86-64"
-      }
-    }
-
-    builders {
       category: "System UI"
       name: "sysui-aarch64-linux-debug"
       mixins: "sysui"