thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

setup circle ci for builds #64

Closed rustyrazorblade closed 5 years ago

rustyrazorblade commented 5 years ago

There's no CI on this project at all. This is partially because it's so tightly integrated with AWS, terraform and SSH. That's OK for now, there's integration tests that run through the entire process we can run locally, that's good enough.

For PRs, it would be good to know if the project builds. I'd like to at least not waste time pulling down a branch, trying to build it, failing, and giving feedback on something so easily automated.

rustyrazorblade commented 5 years ago

I've got this going in a branch: https://github.com/thelastpickle/tlp-cluster/compare/56_multi_region?expand=1