Skip to content

Commit b30c2a4

Browse files
committed
Balance cpu-unit tests and increase gemini investigator maxSessionTurns to 50
1 parent 1aca4a7 commit b30c2a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gemini-investigate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
settings: |-
8686
{
8787
"model": {
88-
"maxSessionTurns": 15
88+
"maxSessionTurns": 50
8989
},
9090
"mcpServers": {
9191
"github": {

.github/workflows/run_tests_coordinator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
worker_group: ${{ fromJSON(contains(inputs.flavor, 'cpu-unit') && '[1, 2]' || '[1]') }}
69+
worker_group: ${{ fromJSON(contains(inputs.flavor, 'cpu-unit') && '[1, 2, 3, 4]' || '[1]') }}
7070

7171
uses: ./.github/workflows/run_tests_against_package.yml
7272
with:
@@ -158,6 +158,6 @@ jobs:
158158
is_scheduled_run: ${{ inputs.is_scheduled_run }}
159159
maxtext_installed: ${{ inputs.maxtext_installed }}
160160
worker_group: ${{ matrix.worker_group }}
161-
total_workers: ${{ contains(inputs.flavor, 'cpu-unit') && 2 || 1 }}
161+
total_workers: ${{ contains(inputs.flavor, 'cpu-unit') && 4 || 1 }}
162162
maxtext_sha: ${{ inputs.maxtext_sha }}
163163
is_update_hlo: ${{ inputs.is_update_hlo }}

0 commit comments

Comments
 (0)