Skip to content

Commit

Permalink
add env variables for minio test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfournioux committed Nov 27, 2024
1 parent abe232e commit df9e89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
run: |

Check failure on line 66 in .github/workflows/lint-test.yaml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2006:style:8:6: Use $(...) notation instead of legacy backticks `...`

Check failure on line 66 in .github/workflows/lint-test.yaml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2086:info:16:6: Double quote to prevent globbing and word splitting

Check failure on line 66 in .github/workflows/lint-test.yaml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2077:error:16:12: You need spaces around the comparison operator
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 \
Expand Down

0 comments on commit df9e89f

Please sign in to comment.