Skip to content

Commit 4352af2

Browse files
committed
test: bump helm/kind-action from 1.3.0 to 1.5.0
1 parent 29e689f commit 4352af2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/kind.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232

3333
- name: Create k8s Kind Cluster
34-
uses: helm/kind-action@v1.3.0
34+
uses: helm/kind-action@v1.5.0
3535
with:
3636
install_only: true
3737

tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"s3/choose/bucket/maybe": "My data is not stored in S3",
1717
"ml/ray/start/resources": {
1818
"Number of Workers": 0,
19-
"CPUs per worker": "600m",
19+
"CPUs per worker": "400m",
2020
"GPUs per worker": 0,
21-
"Memory per worker": "3Gi",
21+
"Memory per worker": "1.75Gi",
2222
"Ephemeral Storage per worker": "5Gi"
2323
},
2424
"kubernetes/context": "kind-codeflare-test",

0 commit comments

Comments
 (0)