mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 14:46:07 +00:00
This will switch the crashpad CQ back to using buildbot. TBR=nodir@chromium.org, mark@chromium.org BUG=748681 Change-Id: If4c81fe442b82f115bb91d07b8a476d253b3abab Reviewed-on: https://chromium-review.googlesource.com/592771 Reviewed-by: Dirk Pranke <dpranke@chromium.org>
55 lines
1.3 KiB
INI
55 lines
1.3 KiB
INI
# Copyright 2017 The Crashpad Authors. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# See https://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.client.crashpad"
|
|
acls {
|
|
role: READER
|
|
group: "all"
|
|
}
|
|
acls {
|
|
role: SCHEDULER
|
|
group: "service-account-cq"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
group: "project-crashpad-admins"
|
|
}
|
|
acls {
|
|
role: SCHEDULER
|
|
group: "project-crashpad-tryjob-access"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
group: "service-account-crashpad-cq"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
identity: "mark@chromium.org"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
identity: "scottmg@chromium.org"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
identity: "siggi@chromium.org"
|
|
}
|
|
}
|