crosvm/infra/config/generated/luci-milo.cfg
Dennis Kempin b360cd9fa9 infra: Add ChromeOS post-submit builder
This re-creates the Kokoro equivalent crosvm/ci/build-chromeos.sh.

It is a very inefficent builder that does a fresh checkout of
chromeos for every build.

We may want to consider using some of the chromiumos recipes
for caching the repo or sdk between builds.

BUG=b:233230344
TEST=./recipes.py test run
./recipes.py run build_chromeos

Change-Id: I5d545bae4817cae5b79c5d65901081d9b1391466
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3664842
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-05-26 22:03:51 +00:00

33 lines
853 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_chromeos_amd64_generic"
category: "linux"
}
builders {
name: "buildbucket/luci.crosvm.ci/crosvm_health_check"
category: "linux"
}
}