Back to 4 shards for simplicity

This commit is contained in:
Pierre Jacquier
2025-03-17 14:12:00 -04:00
parent d7fa5a8bd8
commit 413de2fc61

View File

@ -293,8 +293,8 @@ jobs:
matrix:
# TODO: enable self-hosted-windows-8-cores once available
os: [namespace-profile-ubuntu-8-cores, namespace-profile-macos-8-cores, windows-16-cores]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
# TODO: add ref here for main and latest release tag
runs-on: ${{ matrix.os }}
steps: