ci(windows): defer coverage lane
This commit is contained in:
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@@ -182,10 +182,11 @@ jobs:
|
|||||||
- name: Build (tsc -b + tsdown)
|
- name: Build (tsc -b + tsdown)
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
# Observational, non-blocking Windows mirror of the Linux gate lanes. Snapshot
|
# Observational, non-blocking Windows static, lint, and artifact lanes. Coverage
|
||||||
# stays Linux-only while its replay goldens remain platform-specific. Run the
|
# and snapshot stay Linux-only until their platform-specific runtime failures
|
||||||
# gates from native PowerShell: an MSYS parent would change the environment
|
# have dedicated support. Run the gates from native PowerShell: an MSYS parent
|
||||||
# being measured. This job intentionally stays out of all-checks-passed.needs.
|
# would change the environment being measured. This job intentionally stays
|
||||||
|
# out of all-checks-passed.needs.
|
||||||
windows-gates:
|
windows-gates:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
@@ -193,7 +194,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DSH_GATE_CONCURRENCY: ${{ matrix.gate_concurrency }}
|
DSH_GATE_CONCURRENCY: ${{ matrix.gate_concurrency }}
|
||||||
DSH_PUBLINT_CONCURRENCY: ${{ matrix.publint_concurrency }}
|
DSH_PUBLINT_CONCURRENCY: ${{ matrix.publint_concurrency }}
|
||||||
DSH_COVERAGE_MAX_WORKERS: ${{ matrix.coverage_max_workers }}
|
|
||||||
DSH_ESLINT_CACHE: ${{ matrix.eslint_cache }}
|
DSH_ESLINT_CACHE: ${{ matrix.eslint_cache }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -203,25 +203,16 @@ jobs:
|
|||||||
command: pnpm run check:ci:static
|
command: pnpm run check:ci:static
|
||||||
gate_concurrency: '4'
|
gate_concurrency: '4'
|
||||||
publint_concurrency: '8'
|
publint_concurrency: '8'
|
||||||
coverage_max_workers: ''
|
|
||||||
eslint_cache: ''
|
eslint_cache: ''
|
||||||
- lane: lint
|
- lane: lint
|
||||||
command: pnpm run check:ci:lint
|
command: pnpm run check:ci:lint
|
||||||
gate_concurrency: '1'
|
gate_concurrency: '1'
|
||||||
publint_concurrency: '8'
|
publint_concurrency: '8'
|
||||||
coverage_max_workers: ''
|
|
||||||
eslint_cache: '1'
|
eslint_cache: '1'
|
||||||
- lane: coverage
|
|
||||||
command: pnpm run check:ci:coverage
|
|
||||||
gate_concurrency: '1'
|
|
||||||
publint_concurrency: '8'
|
|
||||||
coverage_max_workers: '4'
|
|
||||||
eslint_cache: ''
|
|
||||||
- lane: artifacts
|
- lane: artifacts
|
||||||
command: pnpm run check:ci:artifacts
|
command: pnpm run check:ci:artifacts
|
||||||
gate_concurrency: '3'
|
gate_concurrency: '3'
|
||||||
publint_concurrency: '8'
|
publint_concurrency: '8'
|
||||||
coverage_max_workers: ''
|
|
||||||
eslint_cache: ''
|
eslint_cache: ''
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user