Skip to content
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

[PR #1893/06b729ce backport][stable-6] ec2_metadata_facts - Skip tests against 2.7 hosts when running Ansible-core >= 2.17 #1897

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Dec 4, 2023

This is a backport of PR #1893 as merged into main (06b729c).

SUMMARY

ansible-core 2.17 will drop support for Python 2.7. While in general we require Python > 3.7, we've had an exception for ec2_metadata_facts since it doesn't actually need botocore and it's used outside of the AWS ecosystem.

Unfortunately it's no longer possible to test against 2.7 targets using the devel branch, so we'll have to skip those tests in CI (can still be run locally if folks are using ansible-core <2.17

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ec2_metadata_facts

ADDITIONAL INFORMATION

…e-core >= 2.17 (#1893)

ec2_metadata_facts - Skip tests against 2.7 hosts when running Ansible-core >= 2.17

SUMMARY
ansible-core 2.17 will drop support for Python 2.7.  While in general we require Python > 3.7, we've had an exception for ec2_metadata_facts since it doesn't actually need botocore and it's used outside of the AWS ecosystem.
Unfortunately it's no longer possible to test against 2.7 targets using the devel branch, so we'll have to skip those tests in CI (can still be run locally if folks are using ansible-core <2.17
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
ec2_metadata_facts
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Mike Graves <mgraves@redhat.com>
(cherry picked from commit 06b729c)
@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label Dec 4, 2023
Copy link
Contributor

Build succeeded (gate pipeline).
https://ansible.softwarefactory-project.io/zuul/buildset/3d1f17d8c3ec4b0e9f716606e7a2c0e2

✔️ ansible-galaxy-importer SUCCESS in 3m 58s
✔️ build-ansible-collection SUCCESS in 15m 35s
✔️ ansible-test-splitter SUCCESS in 6m 35s
✔️ integration-amazon.aws-1 SUCCESS in 9m 51s
Skipped 43 jobs

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 45d1f22 into stable-6 Dec 4, 2023
58 of 79 checks passed
@softwarefactory-project-zuul softwarefactory-project-zuul bot deleted the patchback/backports/stable-6/06b729ce67cb674a71356f5a01912a9af3149fd3/pr-1893 branch December 4, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants