crashpad/luci-logdog.cfg
Dirk Pranke 05c1a888ec Add luci-logdog config file settings.
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>
2017-07-21 21:05:23 +00:00

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"