Add CQ config
diff --git a/infra/branch-config/README.md b/infra/branch-config/README.md
new file mode 100644
index 0000000..c036d61
--- /dev/null
+++ b/infra/branch-config/README.md
@@ -0,0 +1 @@
+This directory contains configuration files for infra services.
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg
new file mode 100644
index 0000000..470cfd5
--- /dev/null
+++ b/infra/branch-config/cq.cfg
@@ -0,0 +1,18 @@
+# Commit Queue configuration file. The documentation of the format can be found
+# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
+
+version: 1
+cq_name: "skia-lottie-ci"
+cq_status_url: "https://chromium-cq-status.appspot.com"
+git_repo_url: "https://skia.googlesource.com/lottie-ci/"
+
+gerrit {}
+
+verifiers {
+  gerrit_cq_ability {
+    committer_list: "project-skia-committers"
+    dry_run_access_list: "project-skia-tryjob-access"
+  }
+  try_job {
+  }
+}