mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-13 08:36:08 +00:00
Based off of the configs used in Dawn BUG=tint:1 Change-Id: Ie6d028dd0c0ae4ce77fa689a3e080b91afd56f83 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/23800 Reviewed-by: dan sinclair <dsinclair@google.com>
18 lines
659 B
INI
18 lines
659 B
INI
# Copyright (c) 2018 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
#
|
|
# For the schema of this file and documentation, see ProjectConfig message in
|
|
# https://luci-config.appspot.com/schemas/services/luci-logdog:logdog.cfg
|
|
|
|
# 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"
|