Skip to content

Commit 7ee2c8b

Browse files
committed
github: actions: change name of actions to only display board
The current actions makes a very long string with the metal container, the board, the board tag, etc. We just need to display the board for each of these. Signed-off-by: James Growden <jgrowden@tenstorrent.com>
1 parent ac2e008 commit 7ee2c8b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/hardware-long.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
echo "matrix-config=$MATRIX_CONFIG" | tee -a $GITHUB_OUTPUT
4444
4545
e2e-stress-test:
46+
name: e2e-stress-test (${{ matrix.config.board }})
4647
needs: [gen-config]
4748
strategy:
4849
fail-fast: false

.github/workflows/hardware-smoke.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
echo "matrix-config=$MATRIX_CONFIG" | tee -a $GITHUB_OUTPUT
3939
4040
hardware-smoke-test:
41+
name: hardware-smoke-test (${{ matrix.config.board }})
4142
needs: [gen-config]
4243
env:
4344
ASIC_ID: 0
@@ -128,6 +129,7 @@ jobs:
128129
python3 ./scripts/dump_smc_state.py --asic-id $ASIC_ID
129130
130131
smoke-e2e-test:
132+
name: smoke-e2e-test (${{ matrix.config.board }})
131133
needs: [gen-config]
132134
strategy:
133135
fail-fast: false

.github/workflows/metal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
echo "matrix-config=$MATRIX_CONFIG" | tee -a $GITHUB_OUTPUT
4444
4545
metal-test:
46+
name: metal-test (${{ matrix.config.board }})
4647
needs: [build-fw-artifact, gen-config]
4748
strategy:
4849
fail-fast: false

0 commit comments

Comments
 (0)