-
Notifications
You must be signed in to change notification settings - Fork 29
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 Test for Ubuntu 16.04 #76
Comments
...another prob i encountered was, that ITedd enforces Ruby 2.1.7. That does not compile for a Ubuntu 18 shipped Openssl at least anymore:
I suggest just adding another app. I am working on supporting HRfilter/Fahrrad-Filter. Maybe we can add more "apps" to the build matrix? How about a Redmine instance? |
Good idea! A very basic Redmine might work. We might also move the rmagick from https://github.com/hicknhack-software/ansible-redmine to this role set. Another idea would be to create a repository with a basic rails-test app. Just a standard rails blog example produced by some documented commands. Easy to recreate for new rails and ruby versions. And easy to add various gems or rails features. Maybe something like this already exists. |
That kind of examples will become outdated soon, too, I fear. But that is kind of a tinker project for someone else on some kind of a hack event 😛 Adding any kind of (OS) projects that are (semi)actively developed by us or are very similar to our company's own deployments is nice, as it makes sure, that new PRs does not break our own deployments :) Thus, I try to add Hrfilter/fahrradfilter this week and rework the travis-ci script to support apps via build matrix, specific ansible version and test that with ubuntu 18. |
Sounds good, go ahead! |
Unfortunately, running systemd services inside a Docker is not easy. If somebody with experience in Docker and/or Systemd can join in and try to make a minimal Docker + run config, that e.g. installs & starts a Redis or PG or so, that'll be great. Things I've tried are in this PR... |
Now that @strfry fixed our Travis Build, we should add a Ubuntu 16.04 test.
We use this for quite a while in production, so it should not be too hard.
What holds us back:
The text was updated successfully, but these errors were encountered: