ansible-navigator
ansible-navigator copied to clipboard
Enable testing with devel branches
@shatakshiiii This PR proves the fact that navigator cannot be tested with unreleased versions of ansible-lint, even if these versions are not really breaking anything.
This uncovered the fact that navigator testing implementation is too fragile and needs to be refactored to allow this kind of testing.
@shatakshiiii This PR proves the fact that navigator cannot be tested with unreleased versions of ansible-lint, even if these versions are not really breaking anything.
This uncovered the fact that navigator testing implementation is too fragile and needs to be refactored to allow this kind of testing.
@ssbarnea As far as I understand we are only trying to add devel job to check against unreleased versions of ansible-core and ansible-builder in this PR (not ansible-lint).
@shatakshiiii is correct, we can do a follow up PR for lint from the main branch later.