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

fix: validate service selctor labels matching rollout template labels #1618

Merged
merged 3 commits into from
Nov 8, 2021

Conversation

huikang
Copy link
Member

@huikang huikang commented Oct 29, 2021

Signed-off-by: Hui Kang [email protected]

close #1566

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • The title of the PR is (a) conventional, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234".
  • I've signed my commits with DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My builds are green. Try syncing with master if they are not.
  • My organization is added to USERS.md.

@huikang huikang force-pushed the 1566-validate-service-labels branch 2 times, most recently from 694af7d to b2d836c Compare October 29, 2021 22:35
@huikang huikang requested a review from khhirani October 29, 2021 22:40
@huikang huikang added this to the v1.2 milestone Oct 29, 2021
@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #1618 (ac2ce08) into master (ac155f1) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1618      +/-   ##
==========================================
+ Coverage   81.76%   81.78%   +0.01%     
==========================================
  Files         113      113              
  Lines       15563    15577      +14     
==========================================
+ Hits        12725    12739      +14     
  Misses       2176     2176              
  Partials      662      662              
Impacted Files Coverage Δ
.../apis/rollouts/validation/validation_references.go 85.14% <100.00%> (+0.55%) ⬆️
utils/ingress/ingress.go 100.00% <100.00%> (ø)

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 fe2c68b...ac2ce08. Read the comment docs.

@huikang huikang force-pushed the 1566-validate-service-labels branch 2 times, most recently from 0f8190c to 90059bb Compare October 30, 2021 00:06
@huikang huikang force-pushed the 1566-validate-service-labels branch from 90059bb to e20f3f9 Compare October 30, 2021 00:11
@huikang huikang force-pushed the 1566-validate-service-labels branch from 096ee1c to ac2ce08 Compare October 30, 2021 01:16
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jessesuen jessesuen merged commit 2e40189 into argoproj:master Nov 8, 2021
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.

Validating service's selector label for bluegreen rollout
2 participants