[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>
2018-07-17 16:24:36 -07:00
|
|
|
# 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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
Add skeleton for cr-buildbucket.cfg and luci-scheduler.cfg
Adds:
* Default ACL sets in cr-buildbucket.cfg
* Builder names in cr-buildbucket.cfg
* Basic trigger set in luci-scheduler.cfg
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: If1a5d6fe977b72ed674bc71aa87dd5930837cac3
Reviewed-on: https://chromium-review.googlesource.com/1142564
Reviewed-by: Ryan Tseng <hinoka@chromium.org>
2018-07-19 14:01:55 -07:00
|
|
|
trigger {
|
|
|
|
id: "master-gitiles-trigger"
|
|
|
|
acl_sets: "default"
|
|
|
|
|
|
|
|
gitiles: {
|
|
|
|
repo: "https://chromium.googlesource.com/crashpad/crashpad.git"
|
|
|
|
refs: "refs/heads/master"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|