Reapply "ci: reduce coverage cocurrency"

This reverts commit a471ba79e30e6148e8c433b83fe0d7ee14a8312b.
This commit is contained in:
imccyu
2026-07-30 21:50:49 +08:00
parent e35e2a9f3e
commit be0216102a
+2 -2
View File
@@ -110,8 +110,8 @@ jobs:
# across six always-on runner instances, and the timing-sensitive
# process suites have documented aggregate-contention failures.
# 8 × 6 instances = 48 workers worst case on 64 cores.
DSH_COVERAGE_MAX_WORKERS: ${{ vars.DSH_CI_FAILOVER == 'selfhosted' && github.event.pull_request.user.login != 'dependabot[bot]' && '8' || '24' }}
DSH_GATE_CONCURRENCY: '8'
DSH_COVERAGE_MAX_WORKERS: ${{ vars.DSH_CI_FAILOVER == 'selfhosted' && github.event.pull_request.user.login != 'dependabot[bot]' && '8' || '8' }}
DSH_GATE_CONCURRENCY: '3'
NODE_OPTIONS: '--max-old-space-size=8192'
steps:
- uses: actions/checkout@v6