mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
infra: Add CQ status host
This will allow us to view Change Verifier task information at https://luci-change-verifier.appspot.com/ui/recents/crosvm BUG=1300370 TEST=lucicfg validate main.star Change-Id: Ia9db97888a2d18241b56a0efbbebd406ae4980a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3628240 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Yuanjun Huang <yuanjunh@google.com>
This commit is contained in:
parent
1b2000227f
commit
d724d41e19
2 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
# For the schema of this file, see Config message:
|
# For the schema of this file, see Config message:
|
||||||
# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg
|
# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg
|
||||||
|
|
||||||
|
cq_status_host: "chromium-cq-status.appspot.com"
|
||||||
config_groups {
|
config_groups {
|
||||||
name: "main_repo"
|
name: "main_repo"
|
||||||
gerrit {
|
gerrit {
|
||||||
|
|
|
@ -144,7 +144,11 @@ def verify_builder(bucket):
|
||||||
verify_builder("try")
|
verify_builder("try")
|
||||||
verify_builder("ci")
|
verify_builder("ci")
|
||||||
|
|
||||||
# Create CQ group to watch crosvm
|
# Configure Change Verifier to watch crosvm
|
||||||
|
luci.cq(
|
||||||
|
status_host = "chromium-cq-status.appspot.com",
|
||||||
|
)
|
||||||
|
|
||||||
luci.cq_group(
|
luci.cq_group(
|
||||||
name = "main_repo",
|
name = "main_repo",
|
||||||
watch = cq.refset(
|
watch = cq.refset(
|
||||||
|
|
Loading…
Reference in a new issue