Skip to content

Commit 3de83f6

Browse files
committed
add JOB_NAME
1 parent 0399a49 commit 3de83f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tritonbench.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
runs-on: ${{ matrix.runner }}
6666
env:
6767
TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN: ${{ secrets.TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN }}
68+
JOB_NAME: tritonbench-${{ matrix.runner }}-benchmark-periodic
6869
environment: pytorch-x-vllm
6970
permissions:
7071
id-token: write
@@ -205,7 +206,7 @@ jobs:
205206
- uses: actions/upload-artifact@v4
206207
if: always()
207208
with:
208-
name: tritonbench-${{ matrix.runner }}-benchmark-single
209+
name: ${{ env.JOB_NAME }}
209210
path: triton-benchmarks/tritonbench/results-${{ env.CONDA_ENV }}
210211
retention-days: 30
211212

0 commit comments

Comments
 (0)