test(perf): align browser provisioning with hosted benchmark runner

This commit is contained in:
Tianyi Cui
2026-09-07 13:29:38 +08:00
parent c51c16cdac
commit 0ac1d4d865
5 changed files with 5 additions and 16 deletions
-6
View File
@@ -207,14 +207,8 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Install benchmark browser and hosted dependencies
if: vars.DSH_CI_FAILOVER_LINUX != 'selfhosted' || github.event.pull_request.user.login == 'dependabot[bot]'
run: pnpm --filter @deepseek-ai/dsh-benchmarks exec playwright install --with-deps chromium
# The persistent VM image owns Linux system packages; do not run apt here.
- name: Install benchmark browser on the failover VM
if: vars.DSH_CI_FAILOVER_LINUX == 'selfhosted' && github.event.pull_request.user.login != 'dependabot[bot]'
run: pnpm --filter @deepseek-ai/dsh-benchmarks exec playwright install chromium
- name: Run performance benchmarks
env:
DSH_GATE_VERBOSE: '1'