Skip to content

Commit 1221659

Browse files
Add trailing slash to matrix job names for UI clarity (#154)
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
1 parent 73c41db commit 1221659

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

.github/workflows/full-sweep-1k1k-scheduler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
benchmark-dsr1:
3838
needs: get-dsr1-configs
3939
uses: ./.github/workflows/benchmark-tmpl.yml
40-
name: dsr1 1k1k
40+
name: dsr1 1k1k /
4141
strategy:
4242
fail-fast: false
4343
matrix:
@@ -61,7 +61,7 @@ jobs:
6161
benchmark-gptoss:
6262
needs: get-gptoss-configs
6363
uses: ./.github/workflows/benchmark-tmpl.yml
64-
name: gptoss 1k1k
64+
name: gptoss 1k1k /
6565
strategy:
6666
fail-fast: false
6767
matrix:
@@ -85,7 +85,7 @@ jobs:
8585
# This is a workaround until we can integrate GB200 into master configs.
8686
benchmark-gb200:
8787
uses: ./.github/workflows/benchmark-multinode-tmpl.yml
88-
name: gb200 1k1k sweep
88+
name: gb200 1k1k sweep /
8989
strategy:
9090
fail-fast: false
9191
matrix:

.github/workflows/full-sweep-1k8k-scheduler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
benchmark-dsr1:
3838
needs: get-dsr1-configs
3939
uses: ./.github/workflows/benchmark-tmpl.yml
40-
name: dsr1 1k8k
40+
name: dsr1 1k8k /
4141
strategy:
4242
fail-fast: false
4343
matrix:
@@ -61,7 +61,7 @@ jobs:
6161
benchmark-gptoss:
6262
needs: get-gptoss-configs
6363
uses: ./.github/workflows/benchmark-tmpl.yml
64-
name: gptoss 1k8k
64+
name: gptoss 1k8k /
6565
strategy:
6666
fail-fast: false
6767
matrix:

.github/workflows/full-sweep-8k1k-scheduler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
benchmark-dsr1:
3838
needs: get-dsr1-configs
3939
uses: ./.github/workflows/benchmark-tmpl.yml
40-
name: dsr1 8k1k
40+
name: dsr1 8k1k /
4141
strategy:
4242
fail-fast: false
4343
matrix:
@@ -61,7 +61,7 @@ jobs:
6161
benchmark-gptoss:
6262
needs: get-gptoss-configs
6363
uses: ./.github/workflows/benchmark-tmpl.yml
64-
name: gptoss 8k1k
64+
name: gptoss 8k1k /
6565
strategy:
6666
fail-fast: false
6767
matrix:
@@ -85,7 +85,7 @@ jobs:
8585
# This is a workaround until we can integrate GB200 into master configs.
8686
benchmark-gb200:
8787
uses: ./.github/workflows/benchmark-multinode-tmpl.yml
88-
name: gb200 8k1k sweep
88+
name: gb200 8k1k sweep /
8989
strategy:
9090
fail-fast: false
9191
matrix:

.github/workflows/full-sweep-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
needs: get-configs
111111
if: ${{ needs.get-configs.outputs.dsr1-1k1k != '[]' }}
112112
uses: ./.github/workflows/benchmark-tmpl.yml
113+
name: dsr1 1k1k /
113114
strategy:
114115
fail-fast: false
115116
matrix:
@@ -143,6 +144,7 @@ jobs:
143144
needs: get-configs
144145
if: ${{ needs.get-configs.outputs.gptoss-1k1k != '[]' }}
145146
uses: ./.github/workflows/benchmark-tmpl.yml
147+
name: gptoss 1k1k /
146148
strategy:
147149
fail-fast: false
148150
matrix:
@@ -176,6 +178,7 @@ jobs:
176178
needs: get-configs
177179
if: ${{ needs.get-configs.outputs.dsr1-8k1k != '[]' }}
178180
uses: ./.github/workflows/benchmark-tmpl.yml
181+
name: dsr1 8k1k /
179182
strategy:
180183
fail-fast: false
181184
matrix:
@@ -209,6 +212,7 @@ jobs:
209212
needs: get-configs
210213
if: ${{ needs.get-configs.outputs.gptoss-8k1k != '[]' }}
211214
uses: ./.github/workflows/benchmark-tmpl.yml
215+
name: gptoss 8k1k /
212216
strategy:
213217
fail-fast: false
214218
matrix:
@@ -242,6 +246,7 @@ jobs:
242246
needs: get-configs
243247
if: ${{ needs.get-configs.outputs.dsr1-1k8k != '[]' }}
244248
uses: ./.github/workflows/benchmark-tmpl.yml
249+
name: dsr1 1k8k /
245250
strategy:
246251
fail-fast: false
247252
matrix:
@@ -369,6 +374,7 @@ jobs:
369374
needs: get-configs
370375
if: ${{ needs.get-configs.outputs.gptoss-1k8k != '[]' }}
371376
uses: ./.github/workflows/benchmark-tmpl.yml
377+
name: gptoss 1k8k /
372378
strategy:
373379
fail-fast: false
374380
matrix:

0 commit comments

Comments
 (0)