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: added WaitingPromotion phase #859

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

jblackburn21
Copy link
Contributor

Closes #497

Added WaitingPromotion phase to generate a single alert and to have a status that can be read in devops pipelines

Signed-off-by: Jason Blackburn jason.blackburn@outlook.com

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

…ioning into the phase

Signed-off-by: Jason Blackburn <jason.blackburn@outlook.com>
@jblackburn21
Copy link
Contributor Author

Updated the documentation

@codecov-io
Copy link

Codecov Report

Merging #859 (f0bf521) into main (c8a1165) will decrease coverage by 0.07%.
The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #859      +/-   ##
==========================================
- Coverage   56.75%   56.68%   -0.08%     
==========================================
  Files          67       67              
  Lines        5430     5439       +9     
==========================================
+ Hits         3082     3083       +1     
- Misses       1888     1896       +8     
  Partials      460      460              
Impacted Files Coverage Δ
pkg/canary/status.go 49.00% <0.00%> (-1.00%) ⬇️
pkg/controller/scheduler_hooks.go 9.23% <0.00%> (-0.45%) ⬇️
pkg/controller/scheduler.go 46.76% <57.14%> (+0.33%) ⬆️
pkg/canary/config_tracker.go 83.25% <0.00%> (-0.91%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8a1165...f0bf521. Read the comment docs.

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @jblackburn21 🏅

@stefanprodan stefanprodan added the kind/feature Feature request label Mar 23, 2021
@stefanprodan stefanprodan merged commit ef2df0d into fluxcd:main Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webhook with type: confirm-promotion keeps giving alerts until approved
3 participants