14 lines
530 B
JSON
14 lines
530 B
JSON
{
|
|
"schema_version": 1,
|
|
"controls": {
|
|
"cleanup-failure": ["RUNNER_FAIL", "runner", "FAIL", "0"],
|
|
"dut-mismatch": ["DUT_FAIL", "dut", "PASS", "0"],
|
|
"guest-command-failure": ["RUNNER_FAIL", "runner", "PASS", "0"],
|
|
"known-good": ["PASS", "none", "PASS", "0"],
|
|
"owned-cleanup": ["PASS", "none", "PASS", "0"],
|
|
"qemu-early-exit": ["INFRA_BLOCKED", "infrastructure", "PASS", "0"],
|
|
"ssh-failure": ["INFRA_BLOCKED", "infrastructure", "PASS", "0"],
|
|
"timeout": ["RUNNER_FAIL", "runner", "PASS", "1"]
|
|
}
|
|
}
|