crosvm/infra/config/generated/luci-scheduler.cfg

28 lines
537 B
INI
Raw Normal View History

# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see ProjectConfig message:
# https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
job {
id: "Example Builder"
realm: "ci"
schedule: "with 1m interval"
acl_sets: "ci"
buildbucket {
server: "cr-buildbucket.appspot.com"
bucket: "ci"
builder: "Example Builder"
}
}
acl_sets {
name: "ci"
acls {
role: OWNER
granted_to: "group:mdb/crosvm-acl-luci-admin"
}
acls {
granted_to: "group:all"
}
}