ci: move tail node shards to blacksmith

This commit is contained in:
Peter Steinberger
2026-04-24 18:03:29 +01:00
parent 11cffb2300
commit 660cea680a
2 changed files with 4 additions and 4 deletions

View File

@@ -1121,10 +1121,7 @@ jobs:
name: ${{ matrix.check_name }}
needs: [preflight]
if: needs.preflight.outputs.run_checks_node_core_nondist == 'true'
# Keep core shards on GitHub-hosted runners. The Blacksmith pool is already
# occupied by build and extension shards; queueing these shards there hides
# actual test-speed improvements behind runner wait time.
runs-on: ubuntu-24.04
runs-on: ${{ github.repository == 'openclaw/openclaw' && (matrix.runner || 'ubuntu-24.04') || 'ubuntu-24.04' }}
timeout-minutes: 60
strategy:
fail-fast: false