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

Add a sanity "ignore" file for the new Ansible core version 2.19. #456

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

kerry-meyer
Copy link
Collaborator

@kerry-meyer kerry-meyer commented Sep 25, 2024

SUMMARY

When Ansible deploys a new core release, the sanity matrix test for the new core release flags an error for the "sonic.py" action plugin because there is no corresponding resource module containing documentation. To work around the flagging of these misleading sanity errors, we have placed an "ignore" file for each Ansible core version in our "tests/sanity" folder. The new Ansible core 2.19 release has just been deployed, so this PR provides the corresponding "ignore" file for that release.

GitHub Issues

List the GitHub issues impacted by this PR. If no Github issues are affected, please indicate this with "N/A".

GitHub Issue #
N/A
ISSUE TYPE
  • Test Pull Request
COMPONENT NAME

tests

OUTPUT

ADDITIONAL INFORMATION

Checklist:
  • I have performed a self-review of my own code to ensure there are no formatting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have maintained backward compatibility or have provided any relevant "breaking_changes" descriptions in a "fragment" file in the "changelogs/fragments" directory of this repository.
  • I have provided a summary for this PR in valid "fragment" file format in the "changelogs/fragments" directory of this repository branch. Reference : Ansible Change Log Document
How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

Re-run the previously failing sanity tests to verify that they now pass:

All checks have passed
15 successful checks

@kerry-meyer kerry-meyer merged commit 0f0c471 into ansible-collections:main Sep 25, 2024
15 checks passed
@kerry-meyer kerry-meyer deleted the sanity_fix_ans_2.19 branch October 3, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants