-
Notifications
You must be signed in to change notification settings - Fork 24
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
GitHub actions for SSM #166
Conversation
I've reproduced the test_crypto errors on an Ubuntu VM. Should check if it's Ubuntu specific (i.e. see if they've broken on RHEL too). |
I've reproduced it on SL7 by forcing the code to use OpenSSL 1.1.x whereas it usually uses 1.0.x. That seems to be the difference. |
2e3b0d4
to
3d9a131
Compare
3d9a131
to
9975fff
Compare
b3bb7ed
to
af6013f
Compare
857db88
to
c9994b4
Compare
The GH Actions tests themselves are failing due to the OpenSSL issue #167 , but I've resurrected the Travis tests for now on travis-ci.com and I'd kinda like to have this issue highlighted with the failing Action for now. |
Add in ssm_actions file to replace the travis file, currently skips some problematic tests in the test_crypto.py file.