mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
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"
|
||
|
}
|
||
|
}
|
||
|
|