crosvm/infra/config/generated/commit-queue.cfg
Dennis Kempin 1c66b6cf7e Add mingw64 builder to postsubmit
Mingw64 builds are used frequently by linux developers to check
windows portions of crosvm and part of ./tools/presubmit.

Test in postsubmit and once the builder is green it can be enabled
in the CQ as well.

BUG=b:254316054
TEST=recipes.py tests run

Change-Id: I8495446772a54d63644e73d07423892e28cedd1a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3964541
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2022-10-18 21:12:14 +00:00

54 lines
1.2 KiB
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: "googlers"
committer_list: "project-crosvm-committers"
allow_submit_with_open_deps: true
}
tryjob {
builders {
name: "crosvm/try/health_check"
}
builders {
name: "crosvm/try/linux_aarch64"
}
builders {
name: "crosvm/try/linux_armhf"
}
builders {
name: "crosvm/try/linux_mingw64"
}
builders {
name: "crosvm/try/linux_x86_64"
}
builders {
name: "crosvm/try/linux_x86_64_direct"
}
builders {
name: "crosvm/try/windows"
}
retry_config {
single_quota: 1
global_quota: 2
failure_weight: 100
transient_failure_weight: 1
timeout_weight: 100
}
}
}
}