mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 12:09:31 +00:00
This will greatly speed up aarch64 runs since we can run many tests with user-space emulation instead of using the slow VM. BUG=b:247139912 TEST= x86: https://ci.chromium.org/swarming/task/5d7583a3a377d710 aarch64: https://ci.chromium.org/swarming/task/5d7584f7c890d010 armhf: https://ci.chromium.org/swarming/task/5d75859f0642a410 Change-Id: I73a476ce27f6d23d5cbf88841fa3eae5dc467b63 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3908369 Commit-Queue: Zihan Chen <zihanchen@google.com> Auto-Submit: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Zihan Chen <zihanchen@google.com>
59 lines
No EOL
1.3 KiB
JSON
59 lines
No EOL
1.3 KiB
JSON
[
|
|
{
|
|
"cmd": [
|
|
"vpython3",
|
|
"[CACHE]/builder/crosvm/tools/dev_container",
|
|
"--verbose",
|
|
"./tools/run_tests",
|
|
"--verbose",
|
|
"--build-only",
|
|
"--platform=armhf"
|
|
],
|
|
"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=armhf"
|
|
],
|
|
"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"
|
|
}
|
|
] |