-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ added CLUSTERS_KEEPER_EC2_INSTANCES_PREFIX env to facilitate testing (⚠️ devops) #5251
✨ added CLUSTERS_KEEPER_EC2_INSTANCES_PREFIX env to facilitate testing (⚠️ devops) #5251
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5251 +/- ##
=========================================
+ Coverage 87.3% 88.4% +1.0%
=========================================
Files 1302 897 -405
Lines 53225 39092 -14133
Branches 1168 583 -585
=========================================
- Hits 46484 34566 -11918
+ Misses 6491 4404 -2087
+ Partials 250 122 -128
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Left some suggestions
services/clusters-keeper/src/simcore_service_clusters_keeper/core/settings.py
Outdated
Show resolved
Hide resolved
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
This adds
CLUSTERS_KEEPER_EC2_INSTANCES_PREFIX
to facilitate testing, and maybe later adding the option to specifically name clusters in different deployments.This allows to name external machines with a prefix, which is extremely useful when testing so to not mangle with other deploys.
Related issue/s
How to test
Dev Checklist
DevOps Checklist