Skip to content

Commit 771efb5

Browse files
committed
bump chart testing version
1 parent df7a152 commit 771efb5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
python-version: 3.12
3838

3939
- name: Set up chart-testing
40-
uses: helm/[email protected]
41-
with:
42-
version: v3.8.0
40+
uses: helm/[email protected]
4341

4442
- name: Run chart-testing (lint)
4543
run: ct lint --config applications/mlflow/ct.yaml --chart-dirs applications/mlflow/charts --charts applications/mlflow/charts/mlflow applications/mlflow/charts/infra
@@ -70,14 +68,17 @@ jobs:
7068
with:
7169
version: v3.13.3
7270

71+
- name: Set up chart-testing
72+
uses: helm/[email protected]
73+
7374
- name: Create Cluster
7475
id: create-cluster
7576
uses: replicatedhq/replicated-actions/[email protected]
7677
with:
7778
api-token: ${{ secrets.REPLICATED_PLATFORM_EXAMPLES_TOKEN }}
7879
kubernetes-distribution: ${{ matrix.cluster.distribution }}
7980
kubernetes-version: ${{ matrix.cluster.version }}
80-
cluster-name: mlflow-e2e-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
81+
cluster-name: mlflow-ci-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
8182
ttl: 1h
8283
export-kubeconfig: true
8384

0 commit comments

Comments
 (0)