This commit is contained in:
2026-08-18 09:20:44 +02:00
commit b826cd721a
522 changed files with 93730 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"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"]
}
}