-
Notifications
You must be signed in to change notification settings - Fork 153
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
Support create ECS service with serviceRegistries configuration #4564
Conversation
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4564 +/- ##
==========================================
+ Coverage 29.92% 29.95% +0.02%
==========================================
Files 220 220
Lines 25871 25872 +1
==========================================
+ Hits 7741 7749 +8
+ Misses 17482 17476 -6
+ Partials 648 647 -1
☔ View full report in Codecov by Sentry. |
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.
🐬
…-cd#4564) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp>
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
* Support create ECS service with serviceRegistries configuration (#4564) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * Support update service which contains serviceRegistries (#4567) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * fix: ECS WaitService finish before task running (#4568) * fix: ECS WaitService finish before task running Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp> * Update pkg/app/piped/platformprovider/ecs/client.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp> --------- Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp> Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> --------- Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp> Co-authored-by: tokku5552 <69064290+tokku5552@users.noreply.github.com>
…-cd#4564) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: sZma5a <masaaki.haribote@gmail.com>
…-cd#4564) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: moko-poi <mokopoi44@gmail.com>
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #4386
Does this PR introduce a user-facing change?: