Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add test without limits #57

Merged
merged 6 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml
#run: ct install --helm-extra-args "-f tests/amd64.yaml" --target-branch ${{ github.event.repository.default_branch }}
run: ct install --target-branch ${{ github.event.repository.default_branch }}
2 changes: 1 addition & 1 deletion charts/mint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.3.1-alpha.6
version: 3.3.1-alpha.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
96 changes: 12 additions & 84 deletions charts/mint/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ components:
- path: /
pathType: ImplementationSpecific
tls: []
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
resources: {}
mic_api:
enabled: false
image:
Expand All @@ -67,25 +61,13 @@ components:
- path: /
pathType: ImplementationSpecific
tls: []
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
resources: {}
mic_api_db:
image:
repository: postgres
tag: 14.6
pullPolicy: IfNotPresent
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
resources: {}
persistence:
enabled: true
storageClass: ""
Expand All @@ -107,13 +89,7 @@ components:
repository: mintproject/data-catalog
tag: 8a6af95cae183320d596dc5219f2f76d1f234749
pullPolicy: IfNotPresent
resources:
requests:
memory: "500Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "600m"
resources: {}
ingress:
enabled: true
className: ""
Expand All @@ -133,13 +109,7 @@ components:
repository: mintproject/data-catalog-db
tag: 8a6af95cae183320d596dc5219f2f76d1f234749
pullPolicy: IfNotPresent
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
resources: {}
persistence:
enabled: true
storageClass: ""
Expand All @@ -157,13 +127,7 @@ components:
repository: mintproject/model-catalog-endpoint
tag: 29256555a6fbaefae4729d5cd259564708a4ab04
pullPolicy: IfNotPresent
resources:
requests:
memory: "2000Mi"
cpu: "1000m"
limits:
memory: "2500Mi"
cpu: "1024m"
resources: {}
environment:
dataset: modelcatalog
graph_base: http://endpoint.mint.isi.edu/modelCatalog-1.8.0/data/
Expand Down Expand Up @@ -197,13 +161,7 @@ components:
repository: mintproject/graphql-engine
tag: 305c0dbeba1878eafe348f21fc300fbfc017d9dc
pullPolicy: IfNotPresent
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
resources: {}
environment:
enable_console: true
enable_dev_mode: false
Expand All @@ -227,13 +185,7 @@ components:
repository: imresamu/postgis-arm64
tag: 12-3.4-alpine
pullPolicy: IfNotPresent
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
resources: {}
persistence:
enabled: true
storageClass: ""
Expand All @@ -251,13 +203,7 @@ components:
repository: mintproject/model-catalog-explorer
tag: 0b2f9f0a9124076aeb492add2f123d0757066f6b
pullPolicy: IfNotPresent
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
resources: {}
ingress:
enabled: true
className: ""
Expand All @@ -275,13 +221,7 @@ components:
repository: mintproject/model-catalog-fastapi
tag: c5f784785c52034f75de24c46b89907c74a14312
pullPolicy: IfNotPresent
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
resources: {}
environment:
context_dir: contexts/
queries_dir: queries/
Expand All @@ -302,13 +242,7 @@ components:
repository: mintproject/mint-ui-lit
tag: 858ce054d1f757d0f6ec3765e878ec54091bb110
pullPolicy: IfNotPresent
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
resources: {}
ingress:
enabled: true
className: ""
Expand All @@ -326,13 +260,7 @@ components:
repository: mintproject/ensemble-manager
tag: be57e330e06c1ba73295b3eb500c352384e9dbca
pullPolicy: IfNotPresent
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
resources: {}
serviceAccountName: default
environment:
data_dir: /var/mint
Expand Down
116 changes: 116 additions & 0 deletions tests/amd64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
components:
cromo:
enabled: false
resources: {}
mic_ui:
enabled: false
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
mic_api:
enabled: false
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
mic_api_db:
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
data_catalog:
enabled: false
resources:
requests:
memory: "500Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "600m"
data_catalog_db:
resources:
requests:
memory: "500Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "600m"
model_catalog_endpoint:
enabled: true
resources:
requests:
memory: "2000Mi"
cpu: "1000m"
limits:
memory: "2500Mi"
cpu: "1024m"
hasura:
enabled: true
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
hasura_db:
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
model_catalog_explorer:
enabled: true
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
model_catalog_api:
enabled: true
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
ui:
enabled: true
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
ensemble_manager:
enabled: true
resources:
requests:
memory: "1024Mi"
cpu: "1000m"
limits:
memory: "1100Mi"
cpu: "1100m"
resources:
requests:
cpu: 200m
memory: 254Mi
limits:
cpu: 210m
memory: 256Mi
Loading