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
As a developer, in order to save time on manual tests, I need the bosh release to invoke helm test when installing a chart
Example output on existing charts
$ HELMS=$(helm list | awk '{print $1}'| grep -v NAME)
$ forhin$HELMS;do helm test$h;done;
No Tests Found
No Tests Found
RUNNING: elasticsearch-eocgf-test
PASSED: elasticsearch-eocgf-test
No Tests Found
No Tests Found
RUNNING: gitlab-unicorn-test-runner-un8jd
FAILED: gitlab-unicorn-test-runner-un8jd, run `kubectl logs gitlab-unicorn-test-runner-un8jd --namespace gitlab`for more info
Error: 1 test(s) failed
No Tests Found
No Tests Found
No Tests Found
RUNNING: kubeapps-chartsvc-test
PASSED: kubeapps-chartsvc-test
RUNNING: kubeapps-dashboard-test
PASSED: kubeapps-dashboard-test
RUNNING: kubeapps-tiller-proxy-test
PASSED: kubeapps-tiller-proxy-test
No Tests Found
No Tests Found
No Tests Found
No Tests Found
No Tests Found
RUNNING: traefik-test
PASSED: traefik-test
No Tests Found
No Tests Found
The text was updated successfully, but these errors were encountered:
As a developer, in order to save time on manual tests, I need the bosh release to invoke helm test when installing a chart
Example output on existing charts
The text was updated successfully, but these errors were encountered: