crosvm/infra/config/generated/luci-milo.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

29 lines
745 B
INI

# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see Project message:
# https://luci-config.appspot.com/schemas/projects:luci-milo.cfg
consoles {
id: "CI Console"
name: "CI Console"
repo_url: "https://chromium.googlesource.com/crosvm/crosvm"
refs: "regexp:refs/heads/main"
manifest_name: "REVISION"
builders {
name: "buildbucket/luci.crosvm.ci/crosvm_linux_x86_64"
category: "linux"
}
builders {
name: "buildbucket/luci.crosvm.ci/crosvm_linux_aarch64"
category: "linux"
}
builders {
name: "buildbucket/luci.crosvm.ci/crosvm_linux_armhf"
category: "linux"
}
builders {
name: "buildbucket/luci.crosvm.ci/crosvm_health_check"
category: "linux"
}
}