mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
BUG=1300370 TEST=lucicfg validate main.star Change-Id: I67eca30a694a69875eb585ad155fbf0419fed353 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3626224 Reviewed-by: Yuanjun Huang <yuanjunh@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
47 lines
895 B
INI
47 lines
895 B
INI
# 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"
|
|
}
|
|
}
|
|
job {
|
|
id: "Verify CL"
|
|
realm: "ci"
|
|
acl_sets: "ci"
|
|
buildbucket {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "ci"
|
|
builder: "Verify CL"
|
|
}
|
|
}
|
|
trigger {
|
|
id: "main source"
|
|
realm: "ci"
|
|
acl_sets: "ci"
|
|
triggers: "Verify CL"
|
|
gitiles {
|
|
repo: "https://chromium.googlesource.com/crosvm/crosvm"
|
|
refs: "regexp:refs/heads/main"
|
|
}
|
|
}
|
|
acl_sets {
|
|
name: "ci"
|
|
acls {
|
|
role: OWNER
|
|
granted_to: "group:mdb/crosvm-acl-luci-admin"
|
|
}
|
|
acls {
|
|
granted_to: "group:all"
|
|
}
|
|
}
|