Merge "Add initial luci-config files"
diff --git a/tools/luci/config/cr-buildbucket.cfg b/tools/luci/config/cr-buildbucket.cfg
new file mode 100644
index 0000000..0208aad
--- /dev/null
+++ b/tools/luci/config/cr-buildbucket.cfg
@@ -0,0 +1,51 @@
+# Defines buckets on cr-buildbucket.appspot.com, used to schedule builds
+# on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
+#
+# See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
+# schema of this file and documentation.
+#
+# Please keep this list sorted by bucket name.
+builder_mixins {
+ name: "linux"
+ dimensions: "os:Ubuntu-14.04"
+}
+
+acl_sets {
+ name: "ci"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: WRITER
+ group: "project-art-admins"
+ }
+ acls {
+ role: SCHEDULER
+ identity: "luci-scheduler@appspot.gserviceaccount.com"
+ }
+}
+
+buckets {
+ name: "luci.art.ci"
+ acl_sets: "ci"
+ swarming {
+ hostname: "chromium-swarm.appspot.com"
+ builder_defaults {
+ dimensions: "cores:8"
+ dimensions: "cpu:x86-64"
+ dimensions: "pool:luci.art.ci"
+ service_account: "art-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
+ execution_timeout_secs: 10800 # 3h
+ swarming_tags: "vpython:native-python-wrapper"
+ build_numbers: YES
+ luci_migration_host: "luci-migration.appspot.com"
+ recipe {
+ cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
+ cipd_version: "refs/heads/master"
+ name: "art"
+ properties: "mastername:client.art"
+ }
+ }
+ }
+}
diff --git a/tools/luci/config/luci-logdog.cfg b/tools/luci/config/luci-logdog.cfg
new file mode 100644
index 0000000..e910bc3
--- /dev/null
+++ b/tools/luci/config/luci-logdog.cfg
@@ -0,0 +1,18 @@
+# For the schema of this file and documentation, see ProjectConfig message in
+# https://luci-config.appspot.com/schemas/services/luci-logdog:logdog.cfg
+# This is for the pdfium project, but we're going to piggyback
+# off of the chromium settings.
+
+# Auth groups who can read log streams.
+# Currently, all projects with "all" (aka public) read/write permissions use
+# the Chromium auth group and buckets.
+reader_auth_groups: "all"
+
+# Auth groups who can register and emit new log streams.
+# These are bots that emit logs.
+writer_auth_groups: "luci-logdog-chromium-writers"
+
+# The base Google Storage archival path for this project.
+#
+# Archived LogDog logs will be written to this bucket/path.
+archive_gs_bucket: "chromium-luci-logdog"
diff --git a/tools/luci/config/luci-milo.cfg b/tools/luci/config/luci-milo.cfg
new file mode 100644
index 0000000..9791542
--- /dev/null
+++ b/tools/luci/config/luci-milo.cfg
@@ -0,0 +1,9 @@
+logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/art-logo.png"
+
+consoles {
+ id: "main"
+ name: "ART Main Console"
+ repo_url: "https://android.googlesource.com/platform/art"
+ refs: "refs/heads/master"
+ manifest_name: "REVISION"
+}
diff --git a/tools/luci/config/luci-scheduler.cfg b/tools/luci/config/luci-scheduler.cfg
new file mode 100644
index 0000000..8907289
--- /dev/null
+++ b/tools/luci/config/luci-scheduler.cfg
@@ -0,0 +1,26 @@
+# Defines jobs on luci-scheduler.appspot.com.
+#
+# For schema of this file and documentation see ProjectConfig message in
+#
+# https://chromium.googlesource.com/infra/luci/luci-go/+/master/scheduler/appengine/messages/config.proto
+
+acl_sets {
+ name: "default"
+ acls {
+ role: READER
+ granted_to: "group:all"
+ }
+ acls {
+ role: OWNER
+ granted_to: "group:project-art-admins"
+ }
+}
+
+trigger {
+ id: "master-gitiles-trigger"
+ acl_sets: "default"
+ gitiles: {
+ repo: "https://android.googlesource.com/platform/art"
+ refs: "refs/heads/master"
+ }
+}
diff --git a/tools/luci/config/project.cfg b/tools/luci/config/project.cfg
new file mode 100644
index 0000000..41d172d
--- /dev/null
+++ b/tools/luci/config/project.cfg
@@ -0,0 +1,4 @@
+# For the schema of this file and documentation, see ProjectCfg message in
+# https://luci-config.appspot.com/schemas/projects:project.cfg
+name: "art"
+access: "group:all" # public