File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ jobs:
250250
251251 pushd vllm-benchmarks/vllm
252252 git checkout "${HEAD_SHA}"
253- rm .buildkite/performance-benchmarks/tests/*.json
253+ rm .buildkite/performance-benchmarks/tests/*.json || true
254254 popd
255255
256256 # Set the list of benchmarks we want to cover in this runner
@@ -310,7 +310,7 @@ jobs:
310310
311311 - name : Authenticate with AWS
312312 # AWS CUDA runners already have access to the bucket via its runner IAM role
313- if : env.DEVICE_NAME == 'rocm' || contains(env.DEVICE_TYPE, 'B200')
313+ if : env.DEVICE_NAME == 'rocm' || env.DEVICE_NAME == 'hpu' || contains(env.DEVICE_TYPE, 'B200') || contains(matrix.runner, 'gnr ')
314314 uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
315315 with :
316316 role-to-assume : arn:aws:iam::308535385114:role/gha_workflow_upload-benchmark-results
You can’t perform that action at this time.
0 commit comments