-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[18.09 backport] Fix the stack informer's selector used to track deployment #1794
[18.09 backport] Fix the stack informer's selector used to track deployment #1794
Conversation
Old selector was wrong (it watched for the label we applied to child resources when reconciling the stack, instead of the stack itself) This should be back-ported to older version of the CLI Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> (cherry picked from commit 8cd74eb) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
ping @simonferquel @silvin-lubecki PTAL |
Codecov Report
@@ Coverage Diff @@
## 18.09 #1794 +/- ##
==========================================
+ Coverage 54.22% 54.23% +0.01%
==========================================
Files 290 290
Lines 19428 19428
==========================================
+ Hits 10535 10537 +2
+ Misses 8214 8212 -2
Partials 679 679 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## 18.09 #1794 +/- ##
==========================================
+ Coverage 54.22% 54.23% +0.01%
==========================================
Files 290 290
Lines 19428 19428
==========================================
+ Hits 10535 10537 +2
+ Misses 8214 8212 -2
Partials 679 679 |
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 🐯
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
backport of #1784 for 18.09
Old selector was wrong (it watched for the label we applied to child
resources when reconciling the stack, instead of the stack itself)
This should be back-ported to older version of the CLI