-
Notifications
You must be signed in to change notification settings - Fork 76
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
Correct runtime error during cleanup. #429
Conversation
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
recheck |
I have hereby read the F5 CLA and agree to its terms |
recheck |
recheck |
The error https://github.com/nginxinc/ansible-role-nginx-config/actions/runs/9254016965/job/25467668666?pr=429#step:6:375 |
You are right - I recently expanded the suite of tests and I forgot to exclude some tests from external PRs. I'll submit a fix asap. In the meantime I'd appreciate if you could make a couple updates to your PR 😄 |
2c15732
to
4250bde
Compare
Tests should be passing! |
a513fc3
to
d671ed3
Compare
recheck |
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.
Can you fix the linter error and remove the double quotes surrounding the conditionals? And can you update the Changelog? Thanks! I forgot to mention that in my previous review 😅
f45521f
to
b3e216e
Compare
TASK [ansible-role-nginx-config : Remove NGINX config files] ******************************************************************************************************************************************************* Monday 27 May 2024 11:53:13 +0100 (0:00:00.029) 0:00:14.736 ************ fatal: [localhost]: FAILED! => {"msg": "'dict object' has no attribute 'results'. 'dict object' has no attribute 'results'"}
b3e216e
to
6f43ed0
Compare
recheck |
6f43ed0
to
d8f0015
Compare
@alessfg What are we missing here? Pipeline doesn't move on ... |
I need to manually run the pipeline for external PRs! The |
FYI, there was an update to the |
nginxinc/ansible-role-nginx#719 has been merged and I don't see anywhere in the code a reference to that repo. 🤷 |
The role installs the latest release of the NGINX role as part of the CI/CD pipeline (see https://github.com/nginxinc/ansible-role-nginx-config/blob/main/molecule/common/requirements/oss_requirements.yml). A new release needs to be created and this role updated to use that release before tests here will pass. |
I get you now. So this is blocked. |
Finally got around merging this. Thanks again for the PR! |
TASK [ansible-role-nginx-config : Remove NGINX config files] *******************************************************************************************************************************************************
Monday 27 May 2024 11:53:13 +0100 (0:00:00.029) 0:00:14.736 ************
fatal: [localhost]: FAILED! => {"msg": "'dict object' has no attribute 'results'. 'dict object' has no attribute 'results'"}
Proposed changes
Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue using one of the supported keywords here in this description (not in the title of the PR).
Checklist
Before creating a PR, run through this checklist and mark each as complete:
CONTRIBUTING
document.defaults/main/*.yml
,README.md
andCHANGELOG.md
).