-
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): adapt WorkloadVersionReconciler logic to use ObservabilityTimeout for workload deployment #3160
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3160 +/- ##
===========================================
- Coverage 86.85% 53.43% -33.43%
===========================================
Files 162 22 -140
Lines 8605 1398 -7207
===========================================
- Hits 7474 747 -6727
+ Misses 841 555 -286
+ Partials 290 96 -194
... and 150 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
…e ObservabilityTimeout for workload deployment Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
lifecycle-operator/apis/lifecycle/v1beta1/keptnworkloadversion_types.go
Outdated
Show resolved
Hide resolved
lifecycle-operator/controllers/lifecycle/keptnworkloadversion/reconcile_deploymentstate.go
Outdated
Show resolved
Hide resolved
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.
LGTM! approved with some optional suggestions
Signed-off-by: odubajDT <[email protected]>
Quality Gate passedIssues Measures |
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.
lgtm
…e ObservabilityTimeout for workload deployment (keptn#3160) Signed-off-by: odubajDT <[email protected]> Signed-off-by: vickysomtee <[email protected]>
Fixes: #3134
Depends on #3163