Files
workinf_Blender_Wasm/tests/golden/M13-02A/manifest-budget-report.json
mes123456 380cbed4ff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

46 lines
984 B
JSON

{
"schemaVersion": 1,
"task": "M13-02A",
"operation": "SCRIPT_MANIFEST_BUDGETS",
"accepted": {
"scriptCount": 2,
"canonicalEntryPath": "scripts/base.py",
"canonicalDependencyPath": "deps/base.py",
"totalSourceBytes": 256,
"module": false
},
"denied": {
"count": {
"status": "BLOCKED",
"code": "SCRIPT_BUDGET_EXCEEDED"
},
"totalBytes": {
"status": "BLOCKED",
"code": "SCRIPT_BUDGET_EXCEEDED"
},
"module": {
"status": "BLOCKED",
"code": "SCRIPT_POLICY_DENIED"
},
"path": {
"status": "BLOCKED",
"code": "SCRIPT_MANIFEST_INVALID"
},
"dependency": {
"status": "BLOCKED",
"code": "SCRIPT_MANIFEST_INVALID"
},
"permission": {
"status": "BLOCKED",
"code": "SCRIPT_POLICY_DENIED"
}
},
"budgets": {
"maxScripts": 1024,
"maxSourceBytes": 1048576,
"maxDependencies": 128,
"maxPermissions": 64
},
"nextTask": "M13-02B"
}