daskos / mentos

Fresh Python Mesos Scheduler and Executor driver
Apache License 2.0
18 stars 3 forks source link

First attempt for CI setup #9

Closed kszucs closed 7 years ago

kszucs commented 7 years ago

If You install drone:0.5 drone exec should be OK, however I've experienced problems if volumes are mounted under mesos-slave-0 (image not found error - possibly searches for drone_ambassador).

Sadly drone 0.5 is bleeding... but offers docker compose like configurations and a lot of plugins. If You experience problems with drone exec we can exemine travis as a solution.

I've made some little cleanups as well.

Arttii commented 7 years ago

Sure, will try it out. I looked around and seemed like circleci is the most docker composy and python friendly out of them. And opinions? But I have mostly used Jenkins and Gitlab(which is quite great) at work.