Add CQ for power-service

Change-Id: Id170598d86b6cc5afb1bc845b3ef4f01321f44d7
diff --git a/repositories/power-service/cq.cfg b/repositories/power-service/cq.cfg
new file mode 100644
index 0000000..0de262a
--- /dev/null
+++ b/repositories/power-service/cq.cfg
@@ -0,0 +1,38 @@
+# 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-power-service"
+cq_status_url: "https://fuchsia-cq-status.appspot.com"
+git_repo_url: "https://fuchsia.googlesource.com/power-service"
+
+gerrit {}
+
+verifiers {
+  try_job {
+    buckets {
+      name: "luci.fuchsia.try",
+      builders {
+        name: "fuchsia-aarch64-linux-debug"
+      }
+      builders {
+        name: "fuchsia-aarch64-linux-release"
+      }
+      builders {
+        name: "fuchsia-x86_64-linux-debug"
+      }
+      builders {
+        name: "fuchsia-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/power-service/refs.cfg b/repositories/power-service/refs.cfg
new file mode 100644
index 0000000..cf7d505
--- /dev/null
+++ b/repositories/power-service/refs.cfg
@@ -0,0 +1,15 @@
+# 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/power-service"
+}
+