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 #2211/01d1598a backport][stable-9] Integration tests Connection SSM #2214

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Jan 24, 2025

This is a backport of PR #2211 as merged into main (01d1598).

SUMMARY

Fix issue with connection_ssm* integration tests

  • The ec2 instance was deployed into the default subnet which does not always allow the SSM plugin to reach target. We now deploy a specific infrastructure with the required network configuration for the instance to be visible by the SSM plugin
  • The latest AMI used for Amazon Linux has python3.7 leading to the error "ansible-core requires a minimum of Python version 3.8. Current version: 3.7.16 (default, Oct 30 2024, 20:44:12) [GCC 7.3.1 20180712 (Red Hat 7.3.1-17)]". The Python version has been upgraded with a compiled version on the host, this is a time-consuming operation, therefore the wait timeout has been increased for the wait_for_connection module.
  • Update installation process on the ansible controller host depending on the architecture
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

CI

SUMMARY

Fix issue with connection_ssm* integration tests

The ec2 instance was deployed into the default subnet which does not always allow the SSM plugin to reach target. We now deploy a specific infrastructure with the required network configuration for the instance to be visible by the SSM plugin
The latest AMI used for Amazon Linux has python3.7 leading to the error "ansible-core requires a minimum of Python version 3.8. Current version: 3.7.16 (default, Oct 30 2024, 20:44:12) [GCC 7.3.1 20180712 (Red Hat 7.3.1-17)]". The Python version has been upgraded with a compiled version on the host, this is a time-consuming operation, therefore the wait timeout has been increased for the wait_for_connection module.
Update installation process on the ansible controller host depending on the architecture

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

CI

Reviewed-by: Alina Buzachis
Reviewed-by: Mark Chappell
(cherry picked from commit 01d1598)
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/8abe31df126243aa88b484af40d8f105

✔️ ansible-galaxy-importer SUCCESS in 3m 20s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 11s
✔️ ansible-test-splitter SUCCESS in 3m 52s
✔️ integration-community.aws-1 SUCCESS in 22m 49s
✔️ integration-community.aws-2 SUCCESS in 15m 16s
✔️ integration-community.aws-3 SUCCESS in 13m 31s
✔️ integration-community.aws-4 SUCCESS in 13m 33s
✔️ integration-community.aws-5 SUCCESS in 14m 19s
✔️ integration-community.aws-6 SUCCESS in 13m 27s
✔️ integration-community.aws-7 SUCCESS in 13m 48s
✔️ integration-community.aws-8 SUCCESS in 15m 28s
✔️ integration-community.aws-9 SUCCESS in 15m 34s
✔️ integration-community.aws-10 SUCCESS in 5m 46s
Skipped 12 jobs

@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label Jan 26, 2025
Copy link
Contributor

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

ansible-galaxy-importer FAILURE in 4m 34s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 09s
✔️ ansible-test-splitter SUCCESS in 3m 52s
✔️ integration-community.aws-1 SUCCESS in 25m 13s
✔️ integration-community.aws-2 SUCCESS in 15m 23s
✔️ integration-community.aws-3 SUCCESS in 15m 13s
✔️ integration-community.aws-4 SUCCESS in 15m 22s
✔️ integration-community.aws-5 SUCCESS in 14m 53s
✔️ integration-community.aws-6 SUCCESS in 15m 32s
✔️ integration-community.aws-7 SUCCESS in 16m 10s
✔️ integration-community.aws-8 SUCCESS in 15m 52s
✔️ integration-community.aws-9 SUCCESS in 15m 23s
✔️ integration-community.aws-10 SUCCESS in 4m 18s
Skipped 12 jobs

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 2c31a15 into stable-9 Jan 26, 2025
46 of 83 checks passed
@softwarefactory-project-zuul softwarefactory-project-zuul bot deleted the patchback/backports/stable-9/01d1598aff380d4317b4fae538492b47b8b1301f/pr-2211 branch January 26, 2025 10:56
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.

2 participants