We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd8d87 commit 9dbddbfCopy full SHA for 9dbddbf
.github/workflows/mlflow-ci.yml
@@ -145,6 +145,10 @@ jobs:
145
cluster:
146
- distribution: kind
147
version: 1.32
148
+ - distribution: aks
149
+ version: 1.31
150
+ - distribution: gke
151
+ version: 1.32
152
config:
153
- name: nodeport-ingress-disabled
154
values_file: tests/helm/nodeport-ingress-disabled.yaml
@@ -299,6 +303,10 @@ jobs:
299
303
300
304
301
305
306
307
308
309
302
310
steps:
311
- name: Checkout
312
uses: actions/checkout@v4
0 commit comments