Skip to content

Commit

Permalink
add: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Sep 8, 2024
1 parent 2f79a25 commit 6c6bf60
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml
run: ct install --helm-extra-set-args "--values=tests/amd64.yaml" --target-branch ${{ github.event.repository.default_branch }}
36 changes: 36 additions & 0 deletions tests/amd64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
components:
cromo:
enabled: false
resources: {}
mic_ui:
enabled: false
resources: {}
mic_api:
enabled: false
resources: {}
mic_api_db:
resources: {}
data_catalog:
enabled: false
resources: {}
data_catalog_db:
resources: {}
model_catalog_endpoint:
enabled: true
resources: {}
hasura:
enabled: true
resources: {}
model_catalog_explorer:
enabled: true
resources: {}
model_catalog_api:
enabled: true
resources: {}
ui:
enabled: true
resources: {}
ensemble_manager:
enabled: true
resources: {}
resources: {}

0 comments on commit 6c6bf60

Please sign in to comment.