mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 15:43:57 -06:00
perf(ci): ride hybrid 8 vCPU for the checks-ui browser suite
Run 31861511624 made checks-ui the UI-scoped wall pole (247s job, 177s body on hosted 4-core even in hybrid). Attempt 1 now uses the 8 vCPU class like the ui-e2e shards; retries stay hosted.
This commit is contained in:
@@ -3045,6 +3045,7 @@ NODE
|
||||
"macos-swift": "blacksmith-12vcpu-macos-26",
|
||||
"ios-build": "blacksmith-12vcpu-macos-26",
|
||||
"check-test-types-hosted-core-shard": "blacksmith-8vcpu-ubuntu-2404",
|
||||
"checks-ui": "blacksmith-8vcpu-ubuntu-2404",
|
||||
} as const;
|
||||
const configurableJobs = Object.entries(jobs)
|
||||
.filter(([, job]) => String(job["runs-on"]).startsWith("${{"))
|
||||
|
||||
Reference in New Issue
Block a user