Skip to content

Commit d43ba1c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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

Diff for: tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Number of Workers": 0,
1919
"CPUs per worker": "600m",
2020
"GPUs per worker": 0,
21-
"Memory per worker": "3Gi",
21+
"Memory per worker": "2.5Gi",
2222
"Ephemeral Storage per worker": "5Gi"
2323
},
2424
"kubernetes/context": "kind-codeflare-test",

0 commit comments

Comments
 (0)