mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
[luci-scheduler] Add initial empty config
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>
This commit is contained in:
parent
f9a1c9e245
commit
674ca07325
19
luci-scheduler.cfg
Normal file
19
luci-scheduler.cfg
Normal file
@ -0,0 +1,19 @@
|
||||
# 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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user