-
Notifications
You must be signed in to change notification settings - Fork 399
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
connection/aws_ssm - refactor exec_command function to improve maintanability #2226
connection/aws_ssm - refactor exec_command function to improve maintanability #2226
Conversation
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 4m 17s (non-voting) |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 54s (non-voting) |
…ility fix linters create dedicated conftest.py for aws_ssm add conftest.py fix isort
24a2c7d
to
a670fac
Compare
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 49s (non-voting) |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 45s (non-voting) |
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.
Is this batch of changes ready? Only thing that's standing out to me right now is the pylint stuff
Code is ready for review/approval. Refactoring of |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 4m 27s (non-voting) |
d84f3a1
into
ansible-collections:main
Backport to stable-9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply d84f3a1 on top of patchback/backports/stable-9/d84f3a1635763fffd6d3a91fe765beb0c7d000d9/pr-2226 Backporting merged PR #2226 into main
🤖 @patchback |
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #2231 🤖 @patchback |
…nability (#2226) SUMMARY Refer to https://issues.redhat.com/browse/ACA-2093 Refactor exec_command() and add unit tests ISSUE TYPE Feature Pull Request COMPONENT NAME connection/aws_ssm Reviewed-by: GomathiselviS <[email protected]> Reviewed-by: Bikouo Aubin Reviewed-by: Mark Chappell (cherry picked from commit d84f3a1)
…nability (#2226) (#2231) This is a backport of PR #2226 as merged into main (d84f3a1). SUMMARY Refer to https://issues.redhat.com/browse/ACA-2093 Refactor exec_command() and add unit tests ISSUE TYPE Feature Pull Request COMPONENT NAME connection/aws_ssm Reviewed-by: Bikouo Aubin
SUMMARY
Refer to https://issues.redhat.com/browse/ACA-2093
Refactor
exec_command()
and add unit testsISSUE TYPE
COMPONENT NAME
connection/aws_ssm