The OpenDev project is setup to run some of it's CI jobs against pull requests to this repo. This deploys several nodes, runs configuration roles on them using Ansible from devel branch and then runs testinfra with ansible backend to ensure the roles all worked.
This would mean all pull requests are getting checked against Ansible devel branch in a pretty "real world" test.
For this to work, the opendev-zuul app from https://github.com/apps/opendev-zuul needs to be installed for the repo. It will only comment with the results of the test
@philpep I think you're the only one who can do this on a repo under your user. It's my first time setting up this integration too, so any queries let me know and I'll find the right people. Thanks
The OpenDev project is setup to run some of it's CI jobs against pull requests to this repo. This deploys several nodes, runs configuration roles on them using Ansible from devel branch and then runs testinfra with ansible backend to ensure the roles all worked.
This would mean all pull requests are getting checked against Ansible devel branch in a pretty "real world" test.
For this to work, the opendev-zuul app from https://github.com/apps/opendev-zuul needs to be installed for the repo. It will only comment with the results of the test
An example from Ansible is https://github.com/ansible/ansible/pull/59458#issuecomment-514317034
@philpep I think you're the only one who can do this on a repo under your user. It's my first time setting up this integration too, so any queries let me know and I'll find the right people. Thanks