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

Support invoking helm test in errand #5

Open
gberche-orange opened this issue Sep 24, 2019 · 1 comment
Open

Support invoking helm test in errand #5

gberche-orange opened this issue Sep 24, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@gberche-orange
Copy link
Member

gberche-orange commented Sep 24, 2019

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)
$ for h in $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
@obeyler obeyler self-assigned this Jan 30, 2020
@poblin-orange poblin-orange added the enhancement New feature or request label Apr 2, 2021
@gberche-orange gberche-orange changed the title Support involing helm test in errand Support invoking helm test in errand Apr 2, 2021
@gberche-orange
Copy link
Member Author

gberche-orange commented Apr 2, 2021

Alternatives:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants