Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: bump helm/kind-action from 1.3.0 to 1.5.0 #848

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.3.0
uses: helm/kind-action@v1.5.0
with:
install_only: true

Expand Down
6 changes: 3 additions & 3 deletions tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"s3/choose/bucket/maybe": "My data is not stored in S3",
"ml/ray/start/resources": {
"Number of Workers": 0,
"CPUs per worker": "600m",
"CPUs per worker": "200m",
"GPUs per worker": 0,
"Memory per worker": "3Gi",
"Ephemeral Storage per worker": "5Gi"
"Memory per worker": "1.25Gi",
"Ephemeral Storage per worker": "2Gi"
},
"kubernetes/context": "kind-codeflare-test",
"kubernetes/choose/ns": "default",
Expand Down