Skip to content

Commit ac1a81d

Browse files
committed
test: bump helm/kind-action from 1.3.0 to 1.5.0
1 parent d4d7877 commit ac1a81d

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
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131

3232
- name: Create k8s Kind Cluster
33-
uses: helm/kind-action@v1.3.0
33+
uses: helm/kind-action@v1.5.0
3434
with:
3535
install_only: true
3636

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": "2.25Gi",
2222
"Ephemeral Storage per worker": "5Gi"
2323
},
2424
"kubernetes/context": "kind-codeflare-test",

0 commit comments

Comments
 (0)