Skip to content

Commit 2ef16fd

Browse files
committed
move result as root
1 parent 2a994cd commit 2ef16fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tritonbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
docker exec -t -w /tmp/workspace "${container_name}" bash -c " \
174174
set -eux && cd /workspace/tritonbench && \
175175
bash .ci/tritonbench/run-benchmark.sh ${{ matrix.BENCHMARKS }} --conda-env ${{ env.CONDA_ENV }} && \
176-
mv /workspace/tritonbench/.benchmarks /tmp/workspace/triton-benchmarks/tritonbench/results "
176+
sudo mv /workspace/tritonbench/.benchmarks /tmp/workspace/triton-benchmarks/tritonbench/results "
177177
178178
- name: Authenticate with AWS
179179
# AWS CUDA runners already have access to the bucket via its runner IAM role

0 commit comments

Comments
 (0)