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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
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.
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.
ignoreDelayed
would configure the behavior for tests triggered on a delayed basis as per #452For ignored tests failures, the
Tested
condition would beFalse
, butReleased
would remainTrue
.The text was updated successfully, but these errors were encountered: