I have merged all open PRs and closed those not applicable. Also did some cleanup with dev/main branches with mergeback.
CI action is now enabled and I am working on fixing errors. Sanity tests are fixed but I am having issue resolving units tests because ansible-community/ansible-test-gh-action@release/v1 loads all pythons for given ansible-core version, which does not make sense to load 3.8 for 2.19.
Is there parameter to force specific version like for Integration tests with target-python-version?
@felixfontein@mariolenz Release 1.5.0 was completed now. Thank you for your patience and let me know if you need more from us to cancel your abandonment process.
FYI I have reworked CI to add more combinations and non-EOL vs EOL split to give us more information.
@felixfontein@mariolenz I have not seen response so can I take it that this activity is closed without action on your side?
Also devel just added 2.21 which i failing because ignore file is missing. Do you have some future proof solution so I dont have to add new versioned file every time devel is updated?
Sorry for not replying earlier, the last weeks were pretty busy I think everything’s fine now, and there’s nothing to do here (I’m not sure if there’s a way to properly “close” this thread).
I think the only future-proof solution is to make sure that the ignore file is empty, which unfortunately isn’t easy in many cases… I wish it would be easier to configure ansible-test, but it’s still totally unclear what will happen to ansible-test from the community side. Maybe someone at RH knows more…
@felixfontein
This collection and few others that I maintain contain python modules/plugins which are under our Apache 2 license, but forced GPL3 requirement is forcing us to use ignore files.
validate-modules:missing-gplv3-license # Licensed under Apache 2.0
Why is there no flag to ignore this check in ansible-community/ansible-test-gh-action to avoid this?
That’s what I meant with “I wish it would be easier to configure ansible-test, but it’s still totally unclear what will happen to ansible-test from the community side. Maybe someone at RH knows more…”. I’ve heard many times that “soon the situation with ansible-test will get better”, but over the years, nothing happened.