Reviewers: Michael Achenbach (OOO), Sergiy Byelozyorov, tandrii(chromium),
Message:
PTAL
Description:
/infra-config directory
Added /infra with chrome-infra specific files.
/infra/project-config/cr-buildbucket.cfg defines v8 buckets on
cr-buildbucket.appspot.com
[email protected], [email protected], [email protected]
BUG=
Please review this at https://codereview.chromium.org/1161143002/
Base URL: https://chromium.googlesource.com/v8/v8@master
Affected files (+29, -0 lines):
A infra/OWNERS
A infra/README.md
A infra/project-config/README.md
A infra/project-config/cr-buildbucket.cfg
Index: infra/OWNERS
diff --git a/infra/OWNERS b/infra/OWNERS
new file mode 100644
index
0000000000000000000000000000000000000000..ea6f5446ee7e908687f58801646e9440724d02f9
--- /dev/null
+++ b/infra/OWNERS
@@ -0,0 +1,3 @@
[email protected]
[email protected]
[email protected]
Index: infra/README.md
diff --git a/infra/README.md b/infra/README.md
new file mode 100644
index
0000000000000000000000000000000000000000..1a6dc7e50e93a8b773e47525902a08cfe453d6ad
--- /dev/null
+++ b/infra/README.md
@@ -0,0 +1 @@
+This directory contains chrome-infra-specific files.
Index: infra/project-config/README.md
diff --git a/infra/project-config/README.md b/infra/project-config/README.md
new file mode 100644
index
0000000000000000000000000000000000000000..71dff8e923ecc66dcc5099b1f50eee187cda7df4
--- /dev/null
+++ b/infra/project-config/README.md
@@ -0,0 +1,2 @@
+This directory contains chromium project-wide configurations for
chrome-infra
+services.
Index: infra/project-config/cr-buildbucket.cfg
diff --git a/infra/project-config/cr-buildbucket.cfg
b/infra/project-config/cr-buildbucket.cfg
new file mode 100644
index
0000000000000000000000000000000000000000..544940bbaf3bf6868a47a74f9687e65f2ab8b3a8
--- /dev/null
+++ b/infra/project-config/cr-buildbucket.cfg
@@ -0,0 +1,23 @@
+# 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.
+
+buckets {
+ name: "master.tryserver.v8"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "service-account-cq"
+ }
+ acls {
+ role: WRITER
+ group: "service-account-v8-master"
+ }
+}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.