-
Notifications
You must be signed in to change notification settings - Fork 750
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 canary to primary label promotion #1405
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1405 +/- ##
==========================================
+ Coverage 54.42% 54.47% +0.05%
==========================================
Files 84 84
Lines 10049 10047 -2
==========================================
+ Hits 5469 5473 +4
+ Misses 3925 3921 -4
+ Partials 655 653 -2 ☔ View full report in Codecov by Sentry. |
@stefanprodan and feedback on resolving the failed e2e test? Seems to be a versioning issue with k8s |
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.
@ta924 thanks for opening this PR! just have a couple of nits.
address issue with all canary labels copied to primary on promote Signed-off-by: [email protected] <[email protected]> address review comments
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! thanks @ta924 🙇
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
thank you @aryan9600 and @stefanprodan |
This PR is to address issue #1403 where all canary labels are copied to the primary on promote. This resulting in the following issues
include-label-prefix
all labels would be copied overFix: #1403