ci: give snapshot lanes eight cores
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -29,7 +29,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
node-24:
|
node-24:
|
||||||
if: github.event_name != 'workflow_dispatch' || inputs.suite == 'optimized-larger-runners'
|
if: github.event_name != 'workflow_dispatch' || inputs.suite == 'optimized-larger-runners'
|
||||||
runs-on: dsh-ubuntu-24-04-4core
|
runs-on: ${{ startsWith(matrix.lane, 'snapshot-') && 'dsh-ubuntu-24-04-8core' || 'dsh-ubuntu-24-04-4core' }}
|
||||||
name: node 24 / ${{ matrix.lane }}
|
name: node 24 / ${{ matrix.lane }}
|
||||||
env:
|
env:
|
||||||
DSH_GATE_CONCURRENCY: ${{ matrix.gate_concurrency }}
|
DSH_GATE_CONCURRENCY: ${{ matrix.gate_concurrency }}
|
||||||
|
|||||||
Reference in New Issue
Block a user