perf(ci): phase native Windows coverage work

This commit is contained in:
Tianyi Cui
2026-08-22 20:10:55 +08:00
parent 4edf6400ff
commit 12ad38b234
10 changed files with 41 additions and 19 deletions
+6 -2
View File
@@ -416,12 +416,16 @@ jobs:
name: windows node 24 / native complete
timeout-minutes: 120
env:
DSH_COVERAGE_MAX_WORKERS: '6'
# Partitioned coverage finishes before the heavy uninstrumented gate;
# the latter can use four workers without competing with eight shards.
DSH_COVERAGE_MAX_WORKERS: '12'
DSH_COVERAGE_PARTITIONS: '8'
# Instrumented process and polling fixtures can exceed Vitest's defaults
# under the complete lane's concurrent gate load.
DSH_COVERAGE_TEST_TIMEOUT_MS: '30000'
DSH_GATE_CONCURRENCY: '4'
# After the threshold merge, the heavy gate overlaps lightweight
# observational checks within this post-coverage worker budget.
DSH_GATE_CONCURRENCY: '8'
DSH_PUBLINT_CONCURRENCY: '8'
steps:
- uses: actions/checkout@v6