mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
cb99b70b1d
The builder calls ./tools/health-check for fmt/clippy/python checks. BUG=b:233913455 TEST=recipes.py run health_check Change-Id: Ia4b8298ef921b33a687d4e64956fc1f017649e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3668814 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
90 lines
No EOL
1.8 KiB
JSON
90 lines
No EOL
1.8 KiB
JSON
[
|
|
{
|
|
"cmd": [
|
|
"./tools/dev_container",
|
|
"--verbose",
|
|
"./tools/health-check",
|
|
"python"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Checking python"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"./tools/dev_container",
|
|
"--verbose",
|
|
"./tools/health-check",
|
|
"misc"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Checking misc"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"./tools/dev_container",
|
|
"--verbose",
|
|
"./tools/health-check",
|
|
"fmt"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Checking fmt"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"./tools/dev_container",
|
|
"--verbose",
|
|
"./tools/health-check",
|
|
"clippy"
|
|
],
|
|
"cwd": "[CACHE]/builder/crosvm",
|
|
"luci_context": {
|
|
"realm": {
|
|
"name": "crosvm/crosvm:ci"
|
|
},
|
|
"resultdb": {
|
|
"current_invocation": {
|
|
"name": "invocations/build:8945511751514863184",
|
|
"update_token": "token"
|
|
},
|
|
"hostname": "rdbhost"
|
|
}
|
|
},
|
|
"name": "Checking clippy"
|
|
}
|
|
] |