fix: upgrade browse E2E runner to ubicloud-standard-8

Browse E2E tests launch concurrent Claude sessions + Playwright + browse
server. The standard-2 (2 vCPU / 8GB) container was getting OOM-killed
~30s in. Upgrade to standard-8 (8 vCPU / 32GB) for browse tests only —
all other suites stay on standard-2.

Uses matrix.suite.runner with a default fallback so only browse tests
get the bigger runner.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-23 16:20:03 -07:00
parent 67a3c22e36
commit d4284383d2
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
self-hosted-runner:
labels:
- ubicloud-standard-2
- ubicloud-standard-8