-
Notifications
You must be signed in to change notification settings - Fork 5.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
update saltcheck module for Neon #55613
Conversation
initial xml module/state
include xml state/module in docs
If this looks good and the tests pass, the listed replaces PRs can all be closed, and the referenced master ports can be marked complete. |
@mchugh19 Please resolve the merge conflicts |
Looks like the windows test failures are unrelated to this PR
|
@mchugh19 looks like there's a merge conflict here, but the windows tests passed. Mind resolving that conflict? |
Also this test failure but it doesn't look like it's related, so it might be a flaky test? |
Resolved conflict with release notes |
…ithub.com:mchugh19/salt into salt-check-fullmerge
Windows tests passed even though the build failed
Merging |
What does this PR do?
Rebase of #53068 on master
supersedes #52434 #52541 #53024 and #54553
master ports: #49195 #49395 and #53068
cp.cache_master
with logic tocp.cache_dir
on used salt states) @lomeroePrevious Behavior
cp.cache_*
from a salt-ssh minion, was not able to locate test files and did not function.assertion_section
of a single depthcp.cache_master
takes more time and I/O than necessaryNew Behavior
assertion_section
can now be nested dicts or listscp.cache_dir
on needed state directoriesTests written?
Yes - new integration and ssh integration tests
Commits signed with GPG?
No