Skip to content
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

Fix tests by moving them to Github actions and making them compatible with the latest version of molecule #21

Open
woodrad opened this issue Oct 17, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@woodrad
Copy link
Contributor

woodrad commented Oct 17, 2021

The current test suite is failing for two reasons:

  1. molecule had breaking API changes. Because this project is not version locked on a specific version of molecule, this means that parts of the test suite are bound to have troubles.
  2. Even if there were no troubles running tests on Travis, their new limitations on execution time and number of executions would make testing use Travis untenable. The best option is to move to GitHub Actions. Jeff Geerling has some good examples in his repositories. ansible-role-docker might be a good starting point.
@woodrad woodrad added bug Something isn't working help wanted Extra attention is needed labels Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant