diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index c174c7c19b1e7..9231be486e71b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -66,6 +66,9 @@ jobs: run: | kubectl -n ns-vllm get svc kubectl -n ns-vllm get pods + export AWS_ACCESS_KEY_ID=minioadmin + export AWS_SECRET_ACCESS_KEY=minioadmin + export AWS_EC2_METADATA_DISABLED=true aws --endpoint-url http://127.0.0.1:9000/ s3 ls s3://test/opt-125m/ kubectl port-forward svc/test-vllm-service 8001:80 -n ns-vllm CODE=`curl --location http://localhost:8001/v1/completions \