-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat(lifecycle-operator): introduce a possibility to configure number of retries and interval for KeptnEvaluationDefinition #3141
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3141 +/- ##
==========================================
- Coverage 86.88% 86.83% -0.06%
==========================================
Files 162 162
Lines 8595 8597 +2
==========================================
- Hits 7468 7465 -3
- Misses 838 842 +4
- Partials 289 290 +1
... and 4 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
… of retries and interval for KeptnEvaluationDefinition Signed-off-by: odubajDT <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would assume that some docs and examples also need to be adjusted with this change
lifecycle-operator/apis/lifecycle/v1beta1/keptnevaluationdefinition_types.go
Show resolved
Hide resolved
lifecycle-operator/apis/lifecycle/v1beta1/keptnevaluationdefinition_types.go
Show resolved
Hide resolved
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Quality Gate passedIssues Measures |
… of retries and interval for KeptnEvaluationDefinition (keptn#3141) Signed-off-by: odubajDT <[email protected]> Signed-off-by: vickysomtee <[email protected]>
Fixes: #3132