ci: avoid blacksmith queue for core checks · openclaw/openclaw@6094358
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1111,7 +1111,10 @@ jobs:
|
1111 | 1111 | name: ${{ matrix.check_name }} |
1112 | 1112 | needs: [preflight] |
1113 | 1113 | if: needs.preflight.outputs.run_checks_node_core_nondist == 'true' |
1114 | | -runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }} |
| 1114 | +# Keep core shards on GitHub-hosted runners. The Blacksmith pool is already |
| 1115 | +# occupied by build and extension shards; queueing these shards there hides |
| 1116 | +# actual test-speed improvements behind runner wait time. |
| 1117 | +runs-on: ubuntu-24.04 |
1115 | 1118 | timeout-minutes: 60 |
1116 | 1119 | strategy: |
1117 | 1120 | fail-fast: false |
@@ -1377,7 +1380,7 @@ jobs:
|
1377 | 1380 | runner: ubuntu-24.04 |
1378 | 1381 | - check_name: check-lint |
1379 | 1382 | task: lint |
1380 | | -runner: blacksmith-16vcpu-ubuntu-2404 |
| 1383 | +runner: ubuntu-24.04 |
1381 | 1384 | - check_name: check-policy-guards |
1382 | 1385 | task: policy-guards |
1383 | 1386 | runner: ubuntu-24.04 |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。