From 2baef5a1e104fe635c5b71fcdae159ba171c662c Mon Sep 17 00:00:00 2001 From: sergiyb Date: Mon, 8 Jun 2015 05:12:56 -0700 Subject: 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 --- infra/project-config/README | 1 - infra/project-config/README.md | 1 + infra/project-config/refs.cfg | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 infra/project-config/README create mode 100644 infra/project-config/README.md create mode 100644 infra/project-config/refs.cfg (limited to 'infra/project-config') diff --git a/infra/project-config/README b/infra/project-config/README deleted file mode 100644 index b7fc9e594a..0000000000 --- a/infra/project-config/README +++ /dev/null @@ -1 +0,0 @@ -This directory contains project-wide configurations for chrome-infra services. diff --git a/infra/project-config/README.md b/infra/project-config/README.md new file mode 100644 index 0000000000..b7fc9e594a --- /dev/null +++ b/infra/project-config/README.md @@ -0,0 +1 @@ +This directory contains project-wide configurations for chrome-infra services. 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" +} -- cgit v1.2.3