-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fix up ansible-test sanity checks due to ansible 2.17 release #15208
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
component:awx_collection
issues related to the collection for controlling AWX
label
May 21, 2024
fosterseth
force-pushed
the
fix_ansible_sanity
branch
from
May 21, 2024 03:30
805e06e
to
37e91f9
Compare
fosterseth
force-pushed
the
fix_ansible_sanity
branch
from
May 21, 2024 03:31
37e91f9
to
1d4769e
Compare
gundalow
previously requested changes
May 21, 2024
AlanCoding
reviewed
May 21, 2024
TheRealHaoLiu
changed the title
Fix up ansible-test sanity checks
Fix up ansible-test sanity checks due to ansible 2.1.7
May 21, 2024
TheRealHaoLiu
changed the title
Fix up ansible-test sanity checks due to ansible 2.1.7
Fix up ansible-test sanity checks due to ansible 2.17 release
May 21, 2024
``` fixture 'credentialtype_ssh' not found ```
example failure ``` <testhost> EXEC /bin/sh -c '/usr/bin/python3 && sleep 0' fatal: [testhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "become_enabled": null, "controller_config_file": null, "controller_host": null, "controller_oauthtoken": null, "controller_password": null, "controller_username": null, "credential": "AWX-Collection-tests-ad_hoc_command-ssh-cred-ThLYQcDoJvqKDIzL", "diff_mode": null, "execution_environment": null, "extra_vars": { "var1": "test var" }, "forks": null, "interval": 2.0, "inventory": "Demo Inventory", "job_type": null, "limit": null, "module_args": null, "module_name": "ping", "request_timeout": null, "timeout": null, "validate_certs": null, "verbosity": null, "wait": true } }, "msg": "Failed to launch command, see response for details", "response": { "json": { "extra_vars": [ "Not a valid string." ] }, "status_code": 400 } } ```
Signed-off-by: Seth Foster <[email protected]>
closing and reopen to trigger CI... github action runners seems to be struggling today? |
Signed-off-by: Seth Foster <[email protected]>
TheRealHaoLiu
approved these changes
May 21, 2024
thedoubl3j
approved these changes
May 21, 2024
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Sep 16, 2024
…e#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster <[email protected]> Co-authored-by: Hao Liu <[email protected]>
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Nov 11, 2024
…e#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster <[email protected]> Co-authored-by: Hao Liu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Address the following ansible sanity errors
ISSUE TYPE
COMPONENT NAME
AWX VERSION