ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Move to CircleCI 2.0 #27

Closed Fokko closed 5 years ago

Fokko commented 6 years ago

Eventually we have to move to Circle CI version 2.0, since 1.x won't be supported after August 31.

bjgbeelen commented 5 years ago

I spent 3 hours yesterday to migrate to circleci 2.0. But it is still failing :( getting OOMs. I understand we get 4gb of ram. I constrained the sbt mem usage, which seemed necessary. Once I could get the tests to compile, i tried also spinning up the docker druid container but the combination again failed

The working branch Is upgrade-to-circleci2

bjgbeelen commented 5 years ago

This is fixed now