Skip to content

Commit 2f7dded

Browse files
committed
move directory with sudo
1 parent 2ef16fd commit 2f7dded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tritonbench.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
matrix: ${{ fromJson(needs.set-parameters.outputs.benchmark_matrix) }}
6464
fail-fast: false
6565
runs-on: ${{ matrix.runner }}
66+
env:
67+
TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN: ${{ secrets.TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN }}
6668
environment: pytorch-x-vllm
6769
permissions:
6870
id-token: write
@@ -194,6 +196,7 @@ jobs:
194196
retention-days: 30
195197

196198
- name: Upload result to Scribe
199+
if: ${{ env.TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN != '' }}
197200
working-directory: triton-benchmarks/tritonbench
198201
run: |
199202
latest_result_json=$(find ./results/${CONDA_ENV} -name "result.json" | sort -r | head -n 1)

0 commit comments

Comments
 (0)