crosvm/infra/config/generated/commit-queue.cfg
Dennis Kempin ab93b5c3dc infra: Add verify builder for health_check
Adds a builder for both pre- and post-submit, executes the newly
added health_check recipe.

BUG=b:233913455
TEST=lucicfg validate main.star

Change-Id: I69e9738a02bb298d3b2556058d2df1ee9979bda4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3669815
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2022-05-26 20:33:29 +00:00

43 lines
985 B
INI

# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see Config message:
# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg
cq_status_host: "chromium-cq-status.appspot.com"
config_groups {
name: "main"
gerrit {
url: "https://chromium-review.googlesource.com"
projects {
name: "crosvm/crosvm"
ref_regexp: "refs/heads/.+"
}
}
verifiers {
gerrit_cq_ability {
committer_list: "mdb/crosvm-acl-luci-admin"
}
tryjob {
builders {
name: "crosvm/try/crosvm_health_check"
}
builders {
name: "crosvm/try/crosvm_linux_aarch64"
}
builders {
name: "crosvm/try/crosvm_linux_armhf"
}
builders {
name: "crosvm/try/crosvm_linux_x86_64"
}
retry_config {
single_quota: 1
global_quota: 2
failure_weight: 100
transient_failure_weight: 1
timeout_weight: 100
}
}
}
}