Skip to content

Commit

Permalink
test: bump helm/kind-action from 1.3.0 to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Mar 31, 2023
1 parent d4d7877 commit ac1a81d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
4 changes: 2 additions & 2 deletions tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"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": "400m",
"GPUs per worker": 0,
"Memory per worker": "3Gi",
"Memory per worker": "2.25Gi",
"Ephemeral Storage per worker": "5Gi"
},
"kubernetes/context": "kind-codeflare-test",
Expand Down

0 comments on commit ac1a81d

Please sign in to comment.