mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 12:09:31 +00:00
1c66b6cf7e
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>
61 lines
No EOL
1.3 KiB
JSON
61 lines
No EOL
1.3 KiB
JSON
[
|
|
{
|
|
"cmd": [
|
|
"vpython3",
|
|
"[CACHE]/builder/crosvm/tools/dev_container",
|
|
"--verbose",
|
|
"./tools/run_tests",
|
|
"--verbose",
|
|
"--build-only",
|
|
"--platform=x86_64",
|
|
"--crosvm-direct"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"env": {
|
|
"CROSVM_CONTAINER_CACHE": "[CACHE]/builder/dev_container"
|
|
},
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Build crosvm tests"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"vpython3",
|
|
"[CACHE]/builder/crosvm/tools/dev_container",
|
|
"--verbose",
|
|
"./tools/run_tests",
|
|
"--verbose",
|
|
"--retry=0",
|
|
"--repeat=1",
|
|
"--platform=x86_64",
|
|
"--crosvm-direct"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"env": {
|
|
"CROSVM_CONTAINER_CACHE": "[CACHE]/builder/dev_container"
|
|
},
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Run crosvm tests"
|
|
}
|
|
] |