Checkpoint web parity through Chromium input tasks
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

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

View File

@@ -0,0 +1,55 @@
{
"schemaVersion": 1,
"task": "M13-04C",
"operation": "SERVER_JOB_RESOURCE_BUDGET",
"limits": {
"cpuMs": 60000,
"memoryBytes": 536870912,
"processCount": 1,
"fileCount": 1024,
"wallMs": 300000,
"outputBytes": 536870912
},
"accepted": {
"schemaVersion": 1,
"status": "SUCCEEDED",
"budget": {
"schemaVersion": 1,
"cpuMs": 60000,
"memoryBytes": 536870912,
"processCount": 1,
"fileCount": 1024,
"wallMs": 300000,
"outputBytes": 536870912
},
"usage": {
"cpuMs": 10,
"memoryBytes": 1024,
"processCount": 1,
"fileCount": 2,
"wallMs": 20,
"outputBytes": 512
},
"enforced": true,
"exceeded": []
},
"blocked": {
"cpuMs": "SERVER_JOB_BUDGET_EXCEEDED",
"memoryBytes": "SERVER_JOB_BUDGET_EXCEEDED",
"processCount": "SERVER_JOB_BUDGET_EXCEEDED",
"fileCount": "SERVER_JOB_BUDGET_EXCEEDED",
"wallMs": "SERVER_JOB_BUDGET_EXCEEDED",
"outputBytes": "SERVER_JOB_BUDGET_EXCEEDED"
},
"invariants": {
"cpuBounded": true,
"memoryBounded": true,
"processBounded": true,
"fileBounded": true,
"wallBounded": true,
"outputBounded": true,
"executionDisabled": true
},
"execution": "DISABLED",
"nextTask": "M13-04D"
}