You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python SDK contains the test files that interact with the running Merlin server and its model cluster. Having it running in GitHub Actions will enable the developers to be more confident in introducing their changes.
The current E2E itself only deploys the Merlin server to the KinD cluster but there's no testing for model management, deployment, and serving.
These components need to be installed in E2E KinD cluster:
Istio
Knative
KFServing
Vault
Spark Operator
Minio (For GCS replacement -- for MLFlow storage backend)
We also need to add a pytest-dependency library and update the decorator to make sure the test ordered correctly.
The text was updated successfully, but these errors were encountered:
The Python SDK contains the test files that interact with the running Merlin server and its model cluster. Having it running in GitHub Actions will enable the developers to be more confident in introducing their changes.
The current E2E itself only deploys the Merlin server to the KinD cluster but there's no testing for model management, deployment, and serving.
These components need to be installed in E2E KinD cluster:
We also need to add a pytest-dependency library and update the decorator to make sure the test ordered correctly.
The text was updated successfully, but these errors were encountered: