Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Ability to ignore (or not) helm test failures #454

Closed
seaneagan opened this issue Jun 8, 2020 · 0 comments · Fixed by #472
Closed

Ability to ignore (or not) helm test failures #454

seaneagan opened this issue Jun 8, 2020 · 0 comments · Fixed by #472
Labels
enhancement New feature or request

Comments

@seaneagan
Copy link
Contributor

As an extension to #369 it would be useful to be able to run helm tests in a non-gating fashion, without an uninstall/rollback on failure, primarily when there is a known issue with a helm test or it is newly implemented and not yet trusted, so that you can still see the test result and logs for debugging purposes without it affecting the deployment.

spec:
  test:
    enable: true
    ignore: true # default false
    ignoreDelayed: false # default true

ignoreDelayed would configure the behavior for tests triggered on a delayed basis as per #452

For ignored tests failures, the Tested condition would be False, but Released would remain True.

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