tarantool / vshard

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

ci: add workflow to run against tarantool build #299

Closed ylobankov closed 2 years ago

ylobankov commented 2 years ago

The idea of this workflow is to be a pluggable part of some other workflow from any repo to verify the integration of the vshard module with an arbitrary tarantool version.

This workflow is not triggered on a push to the repo and cannot be run manually since it has only the 'workflow_call' trigger. This workflow will be included in the tarantool development cycle and called by the corresponding workflow from the tarantool project on a push to the master and release branches for verifying integration of tarantool with vshard.

Part of tarantool/tarantool#4972 Part of tarantool/tarantool#5265 Part of tarantool/tarantool#6056