tarantool / vshard

The new generation of sharding based on virtual buckets
Other
100 stars 31 forks source link

Resurrect CI / CD and make it nice #272

Open Totktonada opened 3 years ago

Totktonada commented 3 years ago

Subtask of https://github.com/tarantool/tarantool/issues/6056

There are several problems with CI / CD in vshard:

We also can improve our CI in the following areas:

The plan is to implement CI / CD for vshard on top of the GitHub Actions infrastructure, resolve existing problems and make it a way more powerful.


Estimated as 3 days work with the idea to reuse smtp's CI / CD code after resolving of the following tasks: https://github.com/tarantool/smtp/issues/34, https://github.com/tarantool/smtp/issues/35, https://github.com/tarantool/smtp/issues/36.

Totktonada commented 3 years ago

I suggest to start from adopting fast_testing.yml from https://github.com/tarantool/tuple-keydef.

Totktonada commented 3 years ago

See also https://github.com/tarantool/smtp/pull/42.