59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"id": "plugin-update",
|
|
"title": "Plugin Update",
|
|
"ownerArea": "plugins",
|
|
"description": "Run external plugin update planning and registry refresh paths without mutating durable state.",
|
|
"processRoles": [
|
|
"gateway",
|
|
"command-tree",
|
|
"plugin-cli"
|
|
],
|
|
"thresholds": {
|
|
"pluginsListMs": 10000,
|
|
"pluginUpdateDryRunMs": 20000
|
|
},
|
|
"roleThresholds": {
|
|
"gateway": {
|
|
"peakRssMb": 800,
|
|
"maxCpuPercent": 250
|
|
},
|
|
"plugin-cli": {
|
|
"peakRssMb": 600,
|
|
"maxCpuPercent": 250
|
|
}
|
|
},
|
|
"diagnostics": {
|
|
"timelineRequiredForSourceBuild": true,
|
|
"expectedSpans": [
|
|
"plugins.update",
|
|
"plugins.registry.refresh"
|
|
]
|
|
},
|
|
"purposes": [
|
|
"plugin",
|
|
"regression",
|
|
"release"
|
|
],
|
|
"requirements": [
|
|
{
|
|
"id": "baseline",
|
|
"states": [
|
|
"external-plugin",
|
|
"fresh"
|
|
],
|
|
"targetKinds": [
|
|
"npm",
|
|
"channel",
|
|
"runtime",
|
|
"local-build"
|
|
],
|
|
"metrics": [
|
|
"pluginUpdateDryRunMs",
|
|
"pluginsListMs",
|
|
"missingDependencyErrors",
|
|
"pluginLoadFailures"
|
|
]
|
|
}
|
|
]
|
|
}
|