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,18 @@
{
"schemaVersion": 1,
"task": "M13-04C",
"parentTask": "M13-04B",
"enablingTask": false,
"parityStateChange": false,
"runtime": "NODE_SERVER_FILESYSTEM",
"operation": "SERVER_JOB_RESOURCE_BUDGET",
"artifacts": {
"parentManifest": { "path": "tests/golden/M13-04B/manifest.json", "sha256": "9bc906b9e4c9751229f03271ef45a5925122b89b15bfe775591775f121ce1a4c" },
"protocol": { "path": "tools/web/server-job-resource-budget.mjs", "sha256": "9746f0aef9dd76411320792dee1213c03755a3c03a87bbc4cbf88d4324c728d6" },
"checker": { "path": "tools/web/check-server-job-resource-budget.mjs", "sha256": "5599f4e25fc3ceca18e04be322450a4dc5bb6ce9c72c3abe9f1afc9c81851ff8" },
"unit": { "path": "web/tests/unit/server-job-resource-budget.test.mjs", "sha256": "05212b2aa639f4c37e37e1cac0597d9b367a1280e519240f073762394914dc63" },
"package": { "path": "web/package.json", "sha256": "3df02b6049ac5d7185c23aef7764933ee460fedeb6595b3861272b0d49da5ecd" },
"report": { "path": "tests/golden/M13-04C/server-job-resource-budget-report.json", "sha256": "76ba684966bf7e680b0ebfc630ae9e080f04dd6daa6dd744bbb22dcff43f8eb1" }
},
"nextTask": "M13-04D"
}

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"
}