-
Notifications
You must be signed in to change notification settings - Fork 348
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
Add support for nginx_version when compiling NGINX from source #661
Conversation
At first glance the changes look good! Molecule does not support nested scenarios (folders) so you'd have to create a new scenario (e.g. |
- moved to source-version folder - and added to github workflow As mentioned by this review comment nginxinc#661 (comment)
@alessfg thank you. Changes applied as you suggested. |
- adapt the test to use exactly what `source` scenario did use. - Including the fact that `source` test doesn't skip `oraclelinux-7` - # Oracle Linux 7 works in local tests but bugs out in GitHub actions for some undetermined reason
@alessfg I did update the test, should be good now. The test did fail with
I noticed platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions for some undetermined reason
The old test did include
|
This might be due to a temporary issue with an upstream repo, I'll rerun the tests 😄 |
Merged. Thanks for the PR! |
Note: this is a draft
Proposed changes
nginx_version
withnginx_install_from: source
to pin the version #645Before the change. The latest version is installed. And no ability to fix the version
Checklist
Before creating a PR, run through this checklist and mark each as complete:
CONTRIBUTING
document.defaults/main/*.yml
,README.md
andCHANGELOG.md
).NOTE
(I guess github actions will run the tests)