ci: use 16c
16c
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
${{ vars.DSH_CI_FAILOVER == 'selfhosted'
|
${{ vars.DSH_CI_FAILOVER == 'selfhosted'
|
||||||
&& github.event.pull_request.user.login != 'dependabot[bot]'
|
&& github.event.pull_request.user.login != 'dependabot[bot]'
|
||||||
&& fromJSON('["self-hosted", "linux", "x64", "vm-backup"]')
|
&& fromJSON('["self-hosted", "linux", "x64", "vm-backup"]')
|
||||||
|| 'dsh-enterprise-ubuntu-latest-32core-test' }}
|
|| 'dsh-ubuntu-24-04-16core' }}
|
||||||
name: node 24 / static
|
name: node 24 / static
|
||||||
env:
|
env:
|
||||||
DSH_GATE_CONCURRENCY: '8'
|
DSH_GATE_CONCURRENCY: '8'
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
${{ vars.DSH_CI_FAILOVER == 'selfhosted'
|
${{ vars.DSH_CI_FAILOVER == 'selfhosted'
|
||||||
&& github.event.pull_request.user.login != 'dependabot[bot]'
|
&& github.event.pull_request.user.login != 'dependabot[bot]'
|
||||||
&& fromJSON('["self-hosted", "linux", "x64", "vm-backup"]')
|
&& fromJSON('["self-hosted", "linux", "x64", "vm-backup"]')
|
||||||
|| 'dsh-enterprise-ubuntu-24-04-32core-test' }}
|
|| 'dsh-ubuntu-24-04-16core' }}
|
||||||
name: node 24 / coverage
|
name: node 24 / coverage
|
||||||
env:
|
env:
|
||||||
# Failover shrinks the worker bound: the hosted 32-core runner is
|
# Failover shrinks the worker bound: the hosted 32-core runner is
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
${{ vars.DSH_CI_FAILOVER == 'selfhosted'
|
${{ vars.DSH_CI_FAILOVER == 'selfhosted'
|
||||||
&& github.event.pull_request.user.login != 'dependabot[bot]'
|
&& github.event.pull_request.user.login != 'dependabot[bot]'
|
||||||
&& fromJSON('["self-hosted", "linux", "x64", "vm-backup"]')
|
&& fromJSON('["self-hosted", "linux", "x64", "vm-backup"]')
|
||||||
|| 'dsh-enterprise-ubuntu-latest-32core-test' }}
|
|| 'dsh-ubuntu-24-04-16core' }}
|
||||||
name: node 24 / snapshots and artifacts
|
name: node 24 / snapshots and artifacts
|
||||||
env:
|
env:
|
||||||
DSH_GATE_CONCURRENCY: '8'
|
DSH_GATE_CONCURRENCY: '8'
|
||||||
|
|||||||
Reference in New Issue
Block a user