Description
We're currently using Travis for continuous integration.
While things are working we have a very annoying issue, which is Travis not providing Docker layer caching, see travis-ci/travis-ci#5358.
This means every single build will rebuild docker images from scratch ~15 minutes when it should take less than a minute if layer caching was properly implemented Travis side.
Other CI providers seem to provide solutions for it in their free tier, e.g. CircleCI, GitLab Pipelines, Azure Pipelines...
Apparently Azure also seems to provide up to 10 parallel builds when Travis offers 5.
Find out more https://azure.microsoft.com/en-us/services/devops/pipelines/
The goal of this task is to investigate and try at least other competitors to see how they perform compared to Travis in our environment.