Skip to content

Commit a07c24e

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/kind.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737

3838
- name: Create k8s Kind Cluster
39-
uses: helm/kind-action@v1.3.0
39+
uses: helm/kind-action@v1.5.0
4040
with:
4141
install_only: true
4242

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
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": "200m",
2020
"GPUs per worker": 0,
21-
"Memory per worker": "3Gi",
22-
"Ephemeral Storage per worker": "5Gi"
21+
"Memory per worker": "1.25Gi",
22+
"Ephemeral Storage per worker": "2Gi"
2323
},
2424
"kubernetes/context": "kind-codeflare-test",
2525
"kubernetes/choose/ns": "default",

0 commit comments

Comments
 (0)