Skip to content

Commit c0263fc

Browse files
committed
set nodecount to 3 and use k3s instead of kind
1 parent 6d9e1e2 commit c0263fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
fail-fast: false
144144
matrix:
145145
cluster:
146-
- distribution: kind
146+
- distribution: k3s
147147
version: 1.32
148148
- distribution: aks
149149
version: 1.31
@@ -221,6 +221,7 @@ jobs:
221221
kubernetes-version: ${{ matrix.cluster.version }}
222222
cluster-name: mlflow-ci-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}-${{ matrix.config.name }}
223223
disk: 100
224+
nodes: 3
224225
ttl: 1h
225226
export-kubeconfig: true
226227

@@ -300,7 +301,7 @@ jobs:
300301
fail-fast: false
301302
matrix:
302303
cluster:
303-
- distribution: kind
304+
- distribution: k3s
304305
version: 1.32
305306
- distribution: aks
306307
version: 1.31
@@ -337,6 +338,7 @@ jobs:
337338
kubernetes-version: ${{ matrix.cluster.version }}
338339
cluster-name: mlflow-kots-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
339340
disk: 100
341+
nodes: 3
340342
ttl: 1h
341343
export-kubeconfig: true
342344

0 commit comments

Comments
 (0)