chromiumos-chromite: Rm luci-scheduler.cfg.

After moving the master-paladin to swarming, there are no remaining
builds to schedule from this project. Remove the scheduler config.

BUG=chromium:834068
TEST=None

Change-Id: I7a8cae5a4b8b3349102f1165ac37fd280289e3ce
Reviewed-on: https://chromium-review.googlesource.com/c/1289013
Tested-by: Don Garrett <dgarrett@chromium.org>
Trybot-Ready: Don Garrett <dgarrett@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Alec Thilenius <athilenius@google.com>
Commit-Queue: Don Garrett <dgarrett@chromium.org>
diff --git a/luci-scheduler.cfg b/luci-scheduler.cfg
deleted file mode 100644
index fc511df..0000000
--- a/luci-scheduler.cfg
+++ /dev/null
@@ -1,42 +0,0 @@
-# Defines buckets on luci-scheduler.appspot.com.
-#
-# For schema of this file and documentation see ProjectConfig message in
-# https://github.com/luci/luci-go/blob/master/scheduler/appengine/messages/config.proto
-
-acl_sets {
-  name: "default"
-  acls {
-    role: READER
-    granted_to: "group:all"
-  }
-  acls {
-    role: OWNER
-    granted_to: "group:project-chromeos-admins"
-  }
-}
-
-#
-# CQ
-#
-
-job {
-  id: "master-paladin"
-  acl_sets: "default"
-  schedule: "continuously"
-  buildbucket: {
-    server: "cr-buildbucket.appspot.com"
-    bucket: "master.chromeos"
-    builder: "master-paladin"
-    tags: "cbb_branch:master"
-    tags: "cbb_display_label:cq"
-    tags: "cbb_config:master-paladin"
-    tags: "cbb_email:"
-    tags: "cbb_master_build_id:"
-    properties: "cbb_branch:master"
-    properties: "cbb_display_label:cq"
-    properties: "cbb_config:master-paladin"
-    properties: "cbb_email:"
-    properties: "cbb_master_build_id:"
-    properties: "cbb_extra_args:"
-  }
-}