mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 04:15:48 -06:00
fe816d69ef
* test(qa): cover worker generation reload * test(qa): anchor worker generation fixture * test(qa): strengthen worker generation proof * test(qa): stabilize terminal reply smoke waits * test(qa): widen terminal reply CI budget * test(qa): drop superseded timeout workaround * fix(gateway): route detached announce by instance
21 lines
691 B
JSON
21 lines
691 B
JSON
{
|
|
"id": "qa-worker-generation",
|
|
"name": "QA worker generation fixture",
|
|
"description": "Exercises worker inference provider ownership across plugin reload.",
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"providers": ["qa-worker-generation"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": ["generation", "tracePath", "barrierPath", "mockProviderBaseUrl"],
|
|
"properties": {
|
|
"generation": { "type": "string", "enum": ["A", "B", "C"] },
|
|
"tracePath": { "type": "string", "minLength": 1 },
|
|
"barrierPath": { "type": "string", "minLength": 1 },
|
|
"mockProviderBaseUrl": { "type": "string", "minLength": 1 }
|
|
}
|
|
}
|
|
}
|