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

--check-mode improvements for Ansible Data stage 3 CI #176

Merged
merged 6 commits into from
Feb 22, 2023

Conversation

LegenJCdary
Copy link
Collaborator

No description provided.

Copy link
Owner

@cinek810 cinek810 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just need test adjustment.

@@ -59,7 +59,7 @@ def validate_options(self, options: dict):
notsupported = ["switches"]
elif options["subcommand"] == "verify":
required = ["task", "infra", "stage"]
notsupported = ["switches", "commit"]
notsupported = ["switches", "commit", "check_mode", "dry_mode"]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on the other hand.. verifier may also be in ansible... Maybe we shouldn't block that

@LegenJCdary LegenJCdary force-pushed the verify_disable_check_mode branch from 3e3c22f to bcb8195 Compare February 22, 2023 13:27
@LegenJCdary LegenJCdary merged commit 9f0bc47 into cinek810:main Feb 22, 2023
@LegenJCdary LegenJCdary deleted the verify_disable_check_mode branch February 22, 2023 13:40
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