




















@@ -194,6 +194,11 @@ jobs:
194194 }).map((shard) => ({
195195 check_name: shard.checkName,
196196 extensions_csv: shard.extensionIds.join(","),
197+ runner: isCanonicalRepository && [0, 3, 4].includes(shard.index)
198+ ? "blacksmith-8vcpu-ubuntu-2404"
199+ : isCanonicalRepository
200+ ? "blacksmith-4vcpu-ubuntu-2404"
201+ : "ubuntu-24.04",
197202 shard_index: shard.index + 1,
198203 task: "extensions-batch",
199204 }))
@@ -913,7 +918,7 @@ jobs:
913918name: ${{ matrix.check_name }}
914919needs: [preflight]
915920if: needs.preflight.outputs.run_checks_fast == 'true'
916-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
921+runs-on: ${{ matrix.runner }}
917922timeout-minutes: 60
918923strategy:
919924fail-fast: false
@@ -1036,7 +1041,7 @@ jobs:
10361041name: checks-node-compat-node22
10371042needs: [preflight]
10381043if: needs.preflight.outputs.run_node == 'true' && github.event_name == 'push'
1039-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1044+runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
10401045timeout-minutes: 60
10411046steps:
10421047 - name: Checkout
@@ -1375,7 +1380,7 @@ jobs:
13751380runner: blacksmith-4vcpu-ubuntu-2404
13761381 - check_name: check-lint
13771382task: lint
1378-runner: blacksmith-4vcpu-ubuntu-2404
1383+runner: blacksmith-8vcpu-ubuntu-2404
13791384 - check_name: check-policy-guards
13801385task: policy-guards
13811386runner: ubuntu-24.04
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。