-
Notifications
You must be signed in to change notification settings - Fork 53
Re-enable ansible-sanity job #171
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
base: devel
Are you sure you want to change the base?
Conversation
Build failed.
|
Now that I better understand what is going on why this job was failing, re enable it. We've made changes to the job with how branches work in zuul. This also fixes up ansible-sanity errors to make the job pass. Signed-off-by: Paul Belanger <[email protected]>
Pull-request updated, HEAD is now 7d65c4e |
7f9860c
to
7d65c4e
Compare
Build succeeded.
|
recheck |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
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.
Please do not enable this or merge this change as this fix was released with Ansbile2.7.1 not 2.7.0.
So this will break user on Ansible 2.7.0. If we want to merge this, Ansible minimum version has to be 2.7.1 for this role.
This is why I haven't merged this PR #160
Now that I better understand what is going on why this job was failing,
re enable it. We've made changes to the job with how branches work in
zuul.
Signed-off-by: Paul Belanger [email protected]