-
Notifications
You must be signed in to change notification settings - Fork 343
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
Drop compile/import tests for old versions of python in sanity tests #447
Drop compile/import tests for old versions of python in sanity tests #447
Conversation
ansible/ansible-zuul-jobs#1028 now limits the compile/import tests to Python 3.6 and 3.8, and drops the Python 3-ism boilerplate tests, which in turn means we can drop the swathes of "!skip" entries in the ignore files |
ef26ce0
to
3fea402
Compare
@tremble That's a nice thing in my opinion. BTW, It seems to be an issue with the splitter. |
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!
Drop compile/import tests for old versions of python in sanity tests SUMMARY We don't support Python < 3.6, so drop the tests at the Zuul job level rather than with a large number of !skip entries ISSUE TYPE Feature Pull Request COMPONENT NAME tests/sanity ADDITIONAL INFORMATION (see also ansible-collections/amazon.aws#447) Zuul change: ansible/ansible-zuul-jobs#1028 Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
recheck |
…un, rather than lots of !skip lines
3fea402
to
72e8405
Compare
…ther than resource_prefix
72e8405
to
07d57e3
Compare
* Migrate s3_logging to boto3 * Re-enable s3_logging tests * Add support for check_mode * Catch and retry on "InvalidTargetBucketForLogging" - ACL updates occasionally take time to propogate * changelog
* Migrate s3_logging to boto3 * Re-enable s3_logging tests * Add support for check_mode * Catch and retry on "InvalidTargetBucketForLogging" - ACL updates occasionally take time to propogate * changelog
* Migrate s3_logging to boto3 * Re-enable s3_logging tests * Add support for check_mode * Catch and retry on "InvalidTargetBucketForLogging" - ACL updates occasionally take time to propogate * changelog
SUMMARY
We don't support Python < 3.6, so drop the tests at the Zuul job level rather than with a large number of !skip entries
ISSUE TYPE
COMPONENT NAME
sanity tests
ADDITIONAL INFORMATION
Depends-On: ansible/ansible-zuul-jobs#1028