-
Notifications
You must be signed in to change notification settings - Fork 398
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
Remove unsed imports #852
Remove unsed imports #852
Conversation
Build succeeded.
|
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!
|
cc @goneri
|
@alinabuzachis Thanks, I take a look. |
@alinabuzachis, The disk space problem comes from pypa/pip#8713, pip download a gazillon of copy of awscli. The files end up in /tmp. /tmp is a RAM disk and we don't have unlimited freeze space. At some point we hit the |
@goneri pip sometimes handles boto3/botocore == X.Y.Z rather badly, it downloads every version of awscli (starting with the newest) until it finds one which matches. There used to be an awscli=A.B.C which should match the boto3/botocore requirement. |
Note: In this case, pip don't use the containtant file tests/unit/constraints.txt. |
/tmp is ramdisk with limited amount of space. We use `TMPDIR` to ensure `pip` use `/var/tmp/ansible-test-pip` as an alternative. This is what Fedora documentation advices. See: ansible-collections/community.aws#852
recheck |
This change depends on a change with an invalid configuration. |
recheck |
This change depends on a change with an invalid configuration. |
ansible-test: get pip tp use /var/tmp as tmp dir /tmp is ramdisk with limited amount of space. We use TMPDIR to ensure pip use /var/tmp/ansible-test-pip as an alternative. This is what Fedora documentation advices. See: ansible-collections/community.aws#852 Reviewed-by: None <None>
This change depends on a change that failed to merge. |
recheck |
recheck |
Build succeeded.
|
Build succeeded (gate pipeline).
|
Pull request merge failed: Required status check "ansible/gate" is failing. |
recheck |
Build succeeded.
|
Build succeeded (gate pipeline).
|
Pull request merge failed: Required status check "ansible/gate" is failing. |
recheck |
Build succeeded.
|
Build succeeded (gate pipeline).
|
Pull request merge failed: Required status check "ansible/gate" is failing. |
Cleanup unused imports (#852 / #892) Let's try once more... SUMMARY My local tests are flagging that we've picked up some unused imports again. ISSUE TYPE Feature Pull Request COMPONENT NAME aws_glue_job cloudfront_info rds_option_group_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None>
Cleanup unused imports (#852 / #892) Let's try once more... SUMMARY My local tests are flagging that we've picked up some unused imports again. ISSUE TYPE Feature Pull Request COMPONENT NAME aws_glue_job cloudfront_info rds_option_group_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 017081c)
Cleanup unused imports (#852 / #892) Let's try once more... SUMMARY My local tests are flagging that we've picked up some unused imports again. ISSUE TYPE Feature Pull Request COMPONENT NAME aws_glue_job cloudfront_info rds_option_group_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 017081c) Co-authored-by: Mark Chappell <[email protected]>
…ctions#852) ec2_instance: metadata_options version_added increased SUMMARY After CI troubles in the past, we've forget to backport this feature. incr from 3.2.0 to 3.3.0 ansible-collections#763 failed backport 3 PR for 3.2.0 release ansible-collections#721 initial implementation for 3.2.0 ansible-collections#715 therefore no changelog fragment is necessary. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Jill R <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None>
Cleanup unused imports (ansible-collections#852 / ansible-collections#892) Let's try once more... SUMMARY My local tests are flagging that we've picked up some unused imports again. ISSUE TYPE Feature Pull Request COMPONENT NAME aws_glue_job cloudfront_info rds_option_group_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@017081c
Depends-On: ansible/ansible-zuul-jobs#1285
Depends-On: ansible/ansible-zuul-jobs#1286
Depends-On: ansible/ansible-zuul-jobs#1287
SUMMARY
My local tests are flagging that we've picked up some unused imports again.
ISSUE TYPE
COMPONENT NAME
aws_glue_job
cloudfront_info
rds_option_group_info
ADDITIONAL INFORMATION