Skip to content

Commit b43b796

Browse files
committed
Revert cpu-unit shards 4→2; test if shrinks alone suffice
1 parent 9b31a12 commit b43b796

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_tests_coordinator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
worker_group: ${{ fromJSON(contains(inputs.flavor, 'cpu-unit') && '[1, 2, 3, 4]' || '[1]') }}
60+
worker_group: ${{ fromJSON(contains(inputs.flavor, 'cpu-unit') && '[1, 2]' || '[1]') }}
6161

6262
uses: ./.github/workflows/run_tests_against_package.yml
6363
with:
@@ -149,5 +149,5 @@ jobs:
149149
is_scheduled_run: ${{ inputs.is_scheduled_run }}
150150
maxtext_installed: ${{ inputs.maxtext_installed }}
151151
worker_group: ${{ matrix.worker_group }}
152-
total_workers: ${{ contains(inputs.flavor, 'cpu-unit') && 4 || 1 }}
152+
total_workers: ${{ contains(inputs.flavor, 'cpu-unit') && 2 || 1 }}
153153
maxtext_sha: ${{ inputs.maxtext_sha }}

0 commit comments

Comments
 (0)