mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-13 16:58:04 +08:00
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>
This commit is contained in:
parent
20b6f79589
commit
05c1a888ec
28
luci-logdog.cfg
Normal file
28
luci-logdog.cfg
Normal file
@ -0,0 +1,28 @@
|
||||
# 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"
|
Loading…
x
Reference in New Issue
Block a user