Skip to content

Commit 8ddf125

Browse files
committed
ci: Fix name of badge for upstream-maxtext
1 parent b66f6ca commit 8ddf125

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/_test_upstream_maxtext.yaml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
EXTRA_TEST_ARGS:
1212
type: string
1313
description: Extra command line args to pass to test-maxtext.sh
14-
default: ""
14+
default: ''
1515
required: false
1616
BADGE_FILENAME:
1717
type: string
1818
description: 'Name of the endpoint JSON file for shields.io badge'
1919
required: false
20-
default: 'badge-maxtext-test.json'
20+
default: 'badge-upstream-maxtext-test.json'
2121
ARTIFACT_NAME:
2222
type: string
2323
description: 'Name of the artifact zip file'
@@ -34,12 +34,11 @@ on:
3434
value: ${{ jobs.sitrep.outputs.STATUS }}
3535

3636
jobs:
37-
3837
single-process-multi-device:
3938
strategy:
4039
matrix:
4140
PARALLEL_CONFIG:
42-
- [1, 1, 2, 4]
41+
- [1, 1, 2, 4]
4342
# - [1, 1, 1, 8] # PP, DP, FSDP, TP
4443
fail-fast: false
4544

@@ -183,12 +182,12 @@ jobs:
183182
strategy:
184183
matrix:
185184
PARALLEL_CONFIG:
186-
- [1, 1, 1, 1]
187-
- [1, 1, 8, 1]
188-
- [1, 1, 1, 8]
189-
- [1, 1, 4, 2]
190-
- [1, 2, 2, 2]
191-
- [1, 4, 2, 2]
185+
- [1, 1, 1, 1]
186+
- [1, 1, 8, 1]
187+
- [1, 1, 1, 8]
188+
- [1, 1, 4, 2]
189+
- [1, 2, 2, 2]
190+
- [1, 4, 2, 2]
192191
fail-fast: false
193192

194193
runs-on: ubuntu-22.04
@@ -366,7 +365,7 @@ jobs:
366365
367366
sitrep:
368367
needs: [single-process-multi-device, maxtext-multinode, metrics]
369-
if: "!cancelled()"
368+
if: '!cancelled()'
370369
uses: ./.github/workflows/_sitrep_mgmn.yaml
371370
secrets: inherit
372371
with:
@@ -377,7 +376,7 @@ jobs:
377376
summary:
378377
runs-on: ubuntu-22.04
379378
needs: [single-process-multi-device, maxtext-multinode]
380-
if: "!cancelled()"
379+
if: '!cancelled()'
381380
steps:
382381
- name: Generate TensorBoard query URL
383382
run: |
@@ -394,7 +393,7 @@ jobs:
394393
outcome:
395394
needs: sitrep
396395
runs-on: ubuntu-22.04
397-
if: "!cancelled()"
396+
if: '!cancelled()'
398397
steps:
399398
- name: Sets workflow status based on test outputs
400399
run: |

0 commit comments

Comments
 (0)