-
Task
-
Resolution: Done
-
Normal
-
None
-
None
Problem Description:Â
- Some galaxy-importer checks yield a warning and do not fail import
- Some galaxy-importer checks yield an error and do not fail import… these should be changed to warning
Proposed Solution:
- Edit checks performed by galaxy-importer
- Edit logging of ansible-lint message to match above:
- Change ansible-lint stdout from `warning` to `info`
- Change ansible-lint stderr from `error` to `warning`
- Edit logging of ansible-test sanity
- Confirm for all 3 runners that call ansible-test sanity, that it's stdout and stderr output does not show as log type error
- Confirm if ansible-test sanity throws an exception, that does result in an error that fails import