-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fixes #2023: jmespath required to run default molecule tests in Travis CI environment. #2027
Fixes #2023: jmespath required to run default molecule tests in Travis CI environment. #2027
Conversation
Hi @geerlingguy. Thanks for your PR. I'm waiting for a operator-framework or openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
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.
It is great. It is just missing a fixed entry in the CHNAGELOG. Could you please add it?
…s CI environment.
@camilamacedo86 - Changelog entry has been added! Thanks. |
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.
the changes show ok. I am testing it.
/test e2e-aws-subcommand |
/test e2e-aws-subcommand |
/test e2e-aws-ansible |
/lgtm |
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.
I could confirm that the error reported in #2023 is no longer faced with this PR.
@fabianvf - It seems like the Ansible core team is also solidly against ever depending on jmespath for anything, as they've repeatedly closed requests to have it added. Since it's only used by a few modules that are not 'core supported' it would be nice to not have to have it if it's not absolutely necessary. |
/test e2e-aws-subcommand |
/test e2e-aws-go |
/test e2e-aws-subcommand |
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
/test e2e-aws-subcommand |
Hi @fabianvf, Should we address anything else regards your comment?
Should we track it? |
…ule tests in Travis CI environment. (operator-framework#2027)
Description of the change:
Add missing jmespath dependency to .travis.yml template for Ansible-based operators.
Motivation for the change:
Closes #2023