-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Run tests with Ansible 2.9 as well #296
Run tests with Ansible 2.9 as well #296
Conversation
1f4ec6f
to
6a28a27
Compare
6a28a27
to
51d839a
Compare
Tests are green! \o/ That means: if a new version of community.general gets published, and several 2.9 backports for Ansible merged, community.general is fully functional (at least from perspective of existing tests!) with Ansible 2.9. |
0ac4ec6
to
47f9597
Compare
5cce636
to
2ac59e1
Compare
In yesterday's meeting we decided to keep the symlinks at least for 1.x.y, and thus support Ansible 2.9. This PR adds CI testing with the latest Ansible 2.9 release. @gundalow said that RH is willing to pay for the additional CI costs (see meeting log). This PR implements them. |
(The cancelled test is unrelated to this PR, it will be fixed in #598.) |
@felixfontein i'm not sure i understand the changes correctly but if a pr to |
@Andersson007 I guess it needs to add some logic to the tests to skip the tests for 2.9. Right now I know of only one such feature, and there's a simple work-around for it which also makes it work with 2.9. But that's the same problem we will have with 2.10 vs. devel vs. 2.11 (when it's around) etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, tests with 2.9 make sense, at least, because it's supported.
i'm sure we'll cope with all consequences, LGTM :)
and a number of red lines is larger than green which also looks good:) thanks for doing this |
@Andersson007 thanks a lot for reviewing! |
SUMMARY
As topic says.
ISSUE TYPE
COMPONENT NAME
CI