mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
This should allow swarmbucket jobs to run correctly, hopefully. Bug: 697636, 743139 Change-Id: I9a433505796f74b40361e80e1ff3b9d41dad0446 NOTRY=true Reviewed-on: https://chromium-review.googlesource.com/582190 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org>
29 lines
1.2 KiB
INI
29 lines
1.2 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.
|
|
|
|
# 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 crashpad project, but we're going to piggyback
|
|
# off of the chromium settings.
|
|
|
|
# Auth groups who can read log streams.
|
|
reader_auth_groups: "all"
|
|
# Auth groups who can register and emit new log streams.
|
|
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"
|