mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 09:17:57 +08:00
674ca07325
Adds a config with no options, other than some default acl sets. Tbr: dpranke Bug: 861435, 861258, 861249, 861247, 861235, 861233, 861228, 861432 Bug: 861429, 861313, 861309, 861302, 861301, 861290, 861285, 861277 Bug: 861276, 861273, 861264, 861263 Change-Id: I763fbc2fcbaeca21f6b31e2fdab9e46b46485282 Reviewed-on: https://chromium-review.googlesource.com/1141169 Reviewed-by: Ryan Tseng <hinoka@chromium.org>
20 lines
396 B
INI
20 lines
396 B
INI
# Defines jobs on luci-scheduler.appspot.com.
|
|
#
|
|
# For schema of this file and documentation see ProjectConfig message in
|
|
#
|
|
# https://chromium.googlesource.com/infra/luci/luci-go/+/master/scheduler/appengine/messages/cron.proto
|
|
|
|
|
|
acl_sets {
|
|
name: "default"
|
|
acls {
|
|
role: READER
|
|
granted_to: "group:all"
|
|
}
|
|
acls {
|
|
role: OWNER
|
|
granted_to: "group:project-crashpad-admins"
|
|
}
|
|
}
|
|
|