aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/project-config
diff options
context:
space:
mode:
authorGravatar sergiyb <sergiyb@chromium.org>2015-06-08 05:12:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-08 05:12:56 -0700
commit2baef5a1e104fe635c5b71fcdae159ba171c662c (patch)
tree3025cc4976cc22f2889a736f1e84c81bc3e2893a /infra/project-config
parent79d6a4f827c5174293352c336da38df4defaadf4 (diff)
Added CQ config to skia repo
This must land in sync with https://chromereviews.googleplex.com/204307013 and revert in sync. R=rmistry@chromium.org, tandrii@chromium.org NOTRY=true NOTREECHECKS=true BUG=chromium:471767 Review URL: https://codereview.chromium.org/1153093004
Diffstat (limited to 'infra/project-config')
-rw-r--r--infra/project-config/README.md (renamed from infra/project-config/README)0
-rw-r--r--infra/project-config/refs.cfg7
2 files changed, 7 insertions, 0 deletions
diff --git a/infra/project-config/README b/infra/project-config/README.md
index b7fc9e594a..b7fc9e594a 100644
--- a/infra/project-config/README
+++ b/infra/project-config/README.md
diff --git a/infra/project-config/refs.cfg b/infra/project-config/refs.cfg
new file mode 100644
index 0000000000..e023102eb4
--- /dev/null
+++ b/infra/project-config/refs.cfg
@@ -0,0 +1,7 @@
+# Refs configuration file. The documentation of the format can be found
+# at https://luci-config.appspot.com/schemas/projects:refs.cfg.
+
+refs {
+ name: "refs/heads/master"
+ config_path: "infra/branch-config"
+}