summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Tseng <hinoka@google.com>2018-07-24 00:33:35 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-24 00:33:35 +0000
commitfc0de5073c8917491aba8005e1c7a2dd0931349d (patch)
tree7d1bb8f34c487dedd0dbc28389e741a4b7f29187
parent9a9486159b0661eab4d9f3130b3b5e1f23b22066 (diff)
downloadpdfium-fc0de5073c8917491aba8005e1c7a2dd0931349d.tar.xz
[cr-buildbucket.cfg] Fix validation issues
* bucket -> buckets * Missing quotes * Buckets must be in alphabetical order Bug: 860896 Change-Id: I2832a11d343f762fbcf1f6f876dd54a631fb93a0 Reviewed-on: https://pdfium-review.googlesource.com/38710 Commit-Queue: Ryan Tseng <hinoka@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org>
-rw-r--r--cr-buildbucket.cfg54
1 files changed, 27 insertions, 27 deletions
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
index e735cbfe41..8a4f6dbbb9 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -5,30 +5,6 @@
# schema of this file and documentation.
#
# Please keep this list sorted by bucket name.
-buckets {
- name: "master.tryserver.client.pdfium"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-tryserver"
- }
- acls {
- role: SCHEDULER
- group: "project-pdfium-tryjob-access"
- }
- acls {
- role: WRITER
- identity: "dsinclair@chromium.org"
- }
-}
-
builder_mixins {
name: "linux"
dimensions: "os:Ubuntu-14.04"
@@ -83,9 +59,9 @@ acl_sets {
}
-bucket {
+buckets {
name: "luci.pdfium.ci"
- acl_sets: "ci
+ acl_sets: "ci"
swarming {
hostname: "chromium-swarm.appspot.com"
builder_defaults {
@@ -195,7 +171,7 @@ bucket {
}
}
-bucket {
+buckets {
name: "luci.pdfium.try"
acl_sets: "try"
swarming {
@@ -330,3 +306,27 @@ bucket {
}
}
}
+
+buckets {
+ name: "master.tryserver.client.pdfium"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "service-account-cq"
+ }
+ acls {
+ role: WRITER
+ group: "service-account-chromium-tryserver"
+ }
+ acls {
+ role: SCHEDULER
+ group: "project-pdfium-tryjob-access"
+ }
+ acls {
+ role: WRITER
+ identity: "dsinclair@chromium.org"
+ }
+}