mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
bcbf2cb678
This allows us to run multiple steps with the same intermediate build data. To make sure we start with a clean slate, any existing containers are deleted at the beginning of each recipe. BUG=b:233913455 TEST=./recipes.py test run Change-Id: Ieda684d40bf08937183cba34242360c025724af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3668813 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
51 lines
No EOL
1.1 KiB
JSON
51 lines
No EOL
1.1 KiB
JSON
[
|
|
{
|
|
"cmd": [
|
|
"./tools/dev_container",
|
|
"--verbose",
|
|
"./tools/run_tests",
|
|
"--verbose",
|
|
"--build-only",
|
|
"--target=vm:aarch64",
|
|
"--arch=armhf"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Build crosvm tests"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"./tools/dev_container",
|
|
"--verbose",
|
|
"./tools/run_tests",
|
|
"--verbose",
|
|
"--target=vm:aarch64",
|
|
"--arch=armhf"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Run crosvm tests"
|
|
}
|
|
] |