-
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
♻️ Replace r clone ⚠️🚨 #6119
♻️ Replace r clone ⚠️🚨 #6119
Conversation
…Foundation#5882)" This reverts commit 752d353.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6119 +/- ##
=========================================
+ Coverage 84.5% 87.5% +2.9%
=========================================
Files 10 1460 +1450
Lines 214 60337 +60123
Branches 25 1475 +1450
=========================================
+ Hits 181 52796 +52615
- Misses 23 7230 +7207
- Partials 10 311 +301
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…simcore into replace-r-clone
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.
Looks good, please see my last comments, especially the "if else assert" part. I'd prefer an error to be raised, which is more explicit than an assert which is stripped in production. This will make releases more simpler, fi the configuration is wrong.
packages/simcore-sdk/src/simcore_sdk/node_ports_common/_common_utils.py
Outdated
Show resolved
Hide resolved
packages/simcore-sdk/src/simcore_sdk/node_ports_common/aws_s3_cli.py
Outdated
Show resolved
Hide resolved
packages/simcore-sdk/src/simcore_sdk/node_ports_common/aws_s3_cli.py
Outdated
Show resolved
Hide resolved
packages/simcore-sdk/src/simcore_sdk/node_ports_common/aws_s3_cli.py
Outdated
Show resolved
Hide resolved
packages/simcore-sdk/src/simcore_sdk/node_ports_common/filemanager.py
Outdated
Show resolved
Hide resolved
packages/simcore-sdk/src/simcore_sdk/node_ports_common/filemanager.py
Outdated
Show resolved
Hide resolved
packages/simcore-sdk/tests/integration/test_node_ports_common_aws_s3_cli.py
Outdated
Show resolved
Hide resolved
...r-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/docker_service_specs/sidecar.py
Show resolved
Hide resolved
@matusdrobuliak66 please don't forget to add an MR with the env changes to this PR |
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.
very cool! thanks for the changes!
packages/simcore-sdk/src/simcore_sdk/node_ports_common/aws_s3_cli_utils.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
What do these changes do?
AWS_S3_CLI_S3
env variable. If provided then AWS S3 CLI is prefered before RClone.Related issue/s
How to test
Dev-ops checklist
AWS_S3_CLI_S3