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

Create New Job when Canary's Interval changes #91

Merged
merged 1 commit into from
Mar 9, 2019

Conversation

huydinhle
Copy link
Contributor

  • Currently whenever the Canary analysis interval changes, flagger does
    not reflect this into canary's job.
  • This change will make sure the canary analysis interval got updated whenever
    the Canary object's interval changes

@stefanprodan

- Currently whenever the Canary analysis interval changes, flagger does
not reflect this into canary's job.
- This change will make sure the canary analysis interval got updated whenever
the Canary object's interval changes
@codecov-io
Copy link

Codecov Report

Merging #91 into master will decrease coverage by 0.21%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
- Coverage    54.8%   54.59%   -0.22%     
==========================================
  Files          13       13              
  Lines        1540     1546       +6     
==========================================
  Hits          844      844              
- Misses        556      562       +6     
  Partials      140      140
Impacted Files Coverage Δ
pkg/controller/scheduler.go 39% <0%> (-0.57%) ⬇️
pkg/controller/job.go 0% <0%> (ø) ⬆️

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 fcd5207...6196f69. Read the comment docs.

1 similar comment
@codecov-io
Copy link

codecov-io commented Mar 8, 2019

Codecov Report

Merging #91 into master will decrease coverage by 0.21%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
- Coverage    54.8%   54.59%   -0.22%     
==========================================
  Files          13       13              
  Lines        1540     1546       +6     
==========================================
  Hits          844      844              
- Misses        556      562       +6     
  Partials      140      140
Impacted Files Coverage Δ
pkg/controller/scheduler.go 39% <0%> (-0.57%) ⬇️
pkg/controller/job.go 0% <0%> (ø) ⬆️

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 fcd5207...6196f69. 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 @huydinhle

@stefanprodan
Copy link
Member

Fixes #86

@stefanprodan stefanprodan merged commit bd11563 into fluxcd:master Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants