TI-Tokyo / riak-community-admin

This GitHub contains documents relating to the formation of a Riak Community.
12 stars 7 forks source link

Continuous Delivery/integration #21

Open bryanhuntesl-lowpriv opened 7 years ago

bryanhuntesl-lowpriv commented 7 years ago

I want to get travis, circleci, codeship or anything else (within reason) up and running and generating Riak rpm/debs.

I don't have write access to any basho repositories to put the appropriate .travis.yml , .codeship.yml, .circleci.yml or whatever into the root of each repository.

In the meantime I've forked everything to the postbasho organisation. Thoughts anyone?

pjaclark commented 7 years ago

Decisions from 2017-10-06:

Licenser commented 7 years ago

gitlabci has some features that can be rather helpful, not sure if they work w/o gitlab however (so it might be a no-go). But it'd allow us to set up an EQC capable host and/or custom OS's I've not see that with travis or circleci.

Travis (for OSS) can have some problems with larger tests suites their runners are incredibly slow and throttle you on even medium load anything beyond trivial unit tests might just time out.

Disclaimer: I have a love/hate relationship w/ gitlab