-
Notifications
You must be signed in to change notification settings - Fork 342
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
setup_botocore_pip: create tempdir in /var/tmp #734
setup_botocore_pip: create tempdir in /var/tmp #734
Conversation
/tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
Will need updating in community.aws too. If you happen to know how we could share this between the collections that'd be good. |
@goneri Is the splitter's behaviour expected? |
I think it does. There is no logic in place to know if a test change impact another test. |
As far as I know, there is nothing like this in place. |
recheck |
recheck |
recheck |
@goneri |
recheck |
recheck |
This change depends on a change that failed to merge. |
recheck |
recheck |
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #745 🤖 @patchback |
setup_botocore_pip: create tempdir in /var/tmp Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit aeba19a)
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #746 🤖 @patchback |
setup_botocore_pip: create tempdir in /var/tmp Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit aeba19a)
[PR #734/aeba19a6 backport][stable-3] setup_botocore_pip: create tempdir in /var/tmp This is a backport of PR #734 as merged into main (aeba19a). Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
[PR #734/aeba19a6 backport][stable-2] setup_botocore_pip: create tempdir in /var/tmp This is a backport of PR #734 as merged into main (aeba19a). Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
…_health_check route53_health_check - boto3 migration SUMMARY route53_health_check migration to boto3 Depends-On: ansible-collections#746 ISSUE TYPE Feature Pull Request COMPONENT NAME route53_health_check ADDITIONAL INFORMATION Todo: changelog docs for new return values tests for return values Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
…_health_check route53_health_check - boto3 migration SUMMARY route53_health_check migration to boto3 Depends-On: ansible-collections#746 ISSUE TYPE Feature Pull Request COMPONENT NAME route53_health_check ADDITIONAL INFORMATION Todo: changelog docs for new return values tests for return values Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
Depends-On: ansible/ansible-zuul-jobs#1418
Depends-On: #739
Depends-On: #739
Depends-On: #740
/tmp is based on ramfs and is not suitable for large files.
/var/tmp should be used instead.
See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs