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

feat(lifecycle-operator): adapt WorkloadVersionReconciler logic to use ObservabilityTimeout for workload deployment #3160

Merged
merged 6 commits into from
Mar 4, 2024

Conversation

odubajDT
Copy link
Contributor

@odubajDT odubajDT commented Mar 1, 2024

Fixes: #3134

Depends on #3163

@github-actions github-actions bot added documentation Improvements or additions to documentation ops lifecycle-operator labels Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Attention: Patch coverage is 37.50000% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 53.43%. Comparing base (7b68ac8) to head (56c76cf).
Report is 2 commits behind head on main.

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     
Files Coverage Δ
.../keptnworkloadversion/reconcile_deploymentstate.go 41.26% <37.50%> (-36.29%) ⬇️

... and 150 files with indirect coverage changes

Flag Coverage Δ
certificate-operator ?
component-tests 56.79% <37.50%> (-1.11%) ⬇️
lifecycle-operator ?
metrics-operator ?

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]>
@github-actions github-actions bot removed the ops label Mar 4, 2024
odubajDT added 2 commits March 4, 2024 08:29
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
@odubajDT odubajDT marked this pull request as ready for review March 4, 2024 08:02
@odubajDT odubajDT requested review from a team as code owners March 4, 2024 08:02
odubajDT added 2 commits March 4, 2024 10:42
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
bacherfl
bacherfl previously approved these changes Mar 4, 2024
Copy link
Member

@bacherfl bacherfl left a 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]>
Copy link

sonarqubecloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@odubajDT odubajDT merged commit e98d10e into keptn:main Mar 4, 2024
36 of 38 checks passed
Copy link
Contributor

@StackScribe StackScribe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Vickysomtee pushed a commit to Vickysomtee/keptn-lifecycle-toolkit that referenced this pull request Apr 23, 2024
…e ObservabilityTimeout for workload deployment (keptn#3160)

Signed-off-by: odubajDT <[email protected]>
Signed-off-by: vickysomtee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation lifecycle-operator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce failure mechanism for WorkloadDeployment phase
4 participants