Skip to content

Commit 76ad3b1

Browse files
committed
bump timeout on test script and increase cluster size
1 parent fb21376 commit 76ad3b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ jobs:
234234
kubernetes-distribution: ${{ matrix.cluster.distribution }}
235235
kubernetes-version: ${{ matrix.cluster.version }}
236236
cluster-name: mlflow-ci-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}-${{ matrix.config.name }}
237+
disk: 100
238+
instance-type: r1.large
237239
ttl: 1h
238240
export-kubeconfig: true
239241

@@ -380,7 +382,7 @@ jobs:
380382
echo "This may take some time as it will retry connections for up to 2 minutes"
381383
KUBECONFIG="$KUBECONFIG_FILE" python tests/mlflow_test.py ${{ steps.expose-port.outputs.hostname }} \
382384
--protocol https \
383-
--connection-timeout 60 \
385+
--connection-timeout 180 \
384386
--debug
385387
timeout-minutes: 5
386388
env:
@@ -453,6 +455,8 @@ jobs:
453455
kubernetes-distribution: ${{ matrix.cluster.distribution }}
454456
kubernetes-version: ${{ matrix.cluster.version }}
455457
cluster-name: mlflow-kots-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
458+
disk: 100
459+
instance-type: r1.large
456460
ttl: 1h
457461
export-kubeconfig: true
458462

0 commit comments

Comments
 (0)