-
Notifications
You must be signed in to change notification settings - Fork 6
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
Improve robustness of unit and integration tests. #330
Comments
Related to this: Sometimes the UPDATE: This issue has pretty much gone away since migrating to GitHub Actions. |
Several PRs that will be in v1.4.0 (#395, #396, #397, #400, #405) migrate YAML configuration files into the helm chart/helmfile (e.g. HPAs, cert-manager configurations, configmaps). With these PRs, there are no actively used This should move some of the testing burdens from testing a cluster "state" to testing the charts themselves. |
#402 introduces docs testing. |
Now that we are using GitHub Actions, it seems like there are a few tools available that may assist in testing helm charts (and maybe helmfiles).
|
Is your feature request related to a problem? Please describe.
The project now has good testing pipelines thanks to #281, #320, and #326. However, these unit and integration tests can still be improved.
Describe the solution you'd like
Unit tests (moved from #272):
/conf/tasks
.helmfile build
withkubectl
./conf/addons
withkubectl
./scripts
.Integration Tests (moved from #281):
tf-serving
deployment by sending a pre-defined image through a model.The text was updated successfully, but these errors were encountered: