Skip to content

Commit

Permalink
[Actions] Remove successful helm-hog reports to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Aug 31, 2023
1 parent e68cdbf commit f8cacbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
cd deploy/helm/mlflow-oidc-proxy
helm dependency update
helm-hog test --no-apply --batch --parallel=0
helm-hog test --no-apply --batch --auto-remote-success --parallel=0
- name: Lint omnibus dependencies chart
run: |
cd deploy/helm/mlflow-multitenant-deps
Expand All @@ -67,7 +67,7 @@ jobs:
run: |
cd deploy/helm/mlflow-multitenant
helm dependency update
helm-hog test --no-apply --batch --parallel=0
helm-hog test --no-apply --batch --auto-remote-success --parallel=0
test:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
cd deploy/helm/mlflow-oidc-proxy
helm dependency update
helm-hog test --no-apply --batch --parallel=0
helm-hog test --no-apply --batch --auto-remote-success --parallel=0
- name: Lint omnibus dependencies chart
run: |
cd deploy/helm/mlflow-multitenant-deps
Expand All @@ -70,7 +70,7 @@ jobs:
run: |
cd deploy/helm/mlflow-multitenant
helm dependency update
helm-hog test --no-apply --batch --parallel=0
helm-hog test --no-apply --batch --auto-remote-success --parallel=0
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f8cacbb

Please sign in to comment.