-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
pulling dependencies from master #1134
Comments
@shawn-hurley @fabianvf thoughts? |
yep, I totally agree we should, and will, but we actually need a change in molecule that is unreleased (which is going to be released soon). This means that for now, we need to do it this way, we are tracking this and will be making the necessary changes once molecule is released. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Bug Report
What did you do?
A clear and concise description of the steps you took (or insert a code snippet).
TravisCI runs are fetching master versions of Ansible Molecule (and possibly other dependencies) and as a result a breaking change on a dependency can break the sdk. Note that this specific instance of the issue has been fixed in #1131
What did you expect to see?
A clear and concise description of what you expected to happen (or insert a code snippet).
Travis passing when no breaking changes are made in the sdk.
What did you see instead? Under which circumstances?
A clear and concise description of what you expected to happen (or insert a code snippet).
Travis failed on master with no changes in our repo.
Environment
Possible Solution
I suggest freezing our dependencies on the latest releases and then updating those versions whenever we lock the new version of the sdk.
The text was updated successfully, but these errors were encountered: