mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
f058ca98bd
Fix validation errors in luci-scheduler.cfg: 1. (acl_sets): aclSet "ci" has no entries 2. (job / Example Builder / task): legacy v1 bucket names like "luci.crosvm.ci" are no longer allowed, use "ci" instead 3. (job / Example Builder / acl_sets): referencing AclSet "ci" which doesn't exist 4. (job / Example Builder): Job or Trigger must have OWNER acl set The setup doc doesn’t mention what the ACL values should be. So I coped ACL configs from `projects/infra` configs and those can be changed later. Bug: chromium:1300370 Change-Id: Iffc57e37b62d5048ccff83836bb6dddec9e34c68 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3617164 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Yuanjun Huang <yuanjunh@google.com>
15 lines
354 B
INI
15 lines
354 B
INI
# Auto-generated by lucicfg.
|
|
# Do not modify manually.
|
|
#
|
|
# For the schema of this file, see ProjectCfg message:
|
|
# https://luci-config.appspot.com/schemas/projects:project.cfg
|
|
|
|
name: "crosvm"
|
|
access: "group:all"
|
|
lucicfg {
|
|
version: "1.30.11"
|
|
package_dir: ".."
|
|
config_dir: "generated"
|
|
entry_point: "main.star"
|
|
experiments: "crbug.com/1182002"
|
|
}
|