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:
Peter Steinberger
2026-08-14 20:27:03 -07:00
parent c1002c3ec4
commit d612949ee6
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -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("${{"))