Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Improve build: use newer JRuby, enable build on docker and add GitLab CI support #195

Closed
wants to merge 3 commits into from

Conversation

brodock
Copy link
Contributor

@brodock brodock commented Jul 22, 2016

This pull request, updates JRuby version to a more recent one that will actually build and pass the specs.

It also provides an alternative to redefine Redis host and port for use during test execution phase.

I've tried many alternatives to make this possible, but neither worked, this was the closest I got.

It also adds support for building with GitLab CI (you can see it building here: https://gitlab.com/brodock/lita/pipelines/3767259)

To use GitLab CI, you have to host the repository there (this can be done by mirroring it easily using the import tool).

This will fix #184

@brodock brodock force-pushed the improve-build branch 2 times, most recently from db5c709 to eba3886 Compare July 22, 2016 16:37
@jimmycuadra
Copy link
Collaborator

Thanks for the PR! The JRuby bump is a no-brainer, so I'd definitely like to pull that in. I don't think maintaining anything GitLab-specific makes sense in the main repo since it is not hosted there. For the Redis configuration, I'd rather expose explicitly configuration attributes than use environment variables. Something like config.test_redis.host = "whatever". Might be better to split that off into a different PR since it's not related to the JRuby version and might need a few iterations.

@jimmycuadra jimmycuadra deleted the branch litaio:master June 18, 2021 05:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using non local redis server for tests
2 participants