Skip to content

Commit

Permalink
update kind cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfournioux committed Nov 25, 2024
1 parent 4b12800 commit 0c8a4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: |
docker pull adsai/vllm-cpu-env:latest
docker pull amazon/aws-cli:2.6.4
kind load docker-image amazon/aws-cli:2.6.4 --name kind
kind load docker-image adsai/vllm-cpu-env:latest --name kind
kind load docker-image amazon/aws-cli:2.6.4 --name kind-chart-testing
kind load docker-image adsai/vllm-cpu-env:latest --name kind-chart-testing
docker network connect test-net "$(docker ps -aqf "name=kind-control-plane")"
- name: Run chart-testing (install)
Expand Down

0 comments on commit 0c8a4db

Please sign in to comment.