-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resurrect CI / CD and make it nice #272
Comments
I suggest to start from adopting |
ylobankov
added a commit
that referenced
this issue
Sep 29, 2021
- Delete old .travis.yml file - Add new .github/workflow/precommit_testing.yml Part of tarantool/tarantool#4972 Part of #272 Closes #293
ylobankov
added a commit
that referenced
this issue
Sep 29, 2021
- Delete old .travis.yml file - Add new .github/workflow/precommit_testing.yml Part of tarantool/tarantool#4972 Part of #272 Closes #293
ylobankov
added a commit
that referenced
this issue
Sep 29, 2021
- Delete old .travis.yml file - Add new .github/workflows/fast_testing.yml Part of tarantool/tarantool#4972 Part of #272 Closes #293
Gerold103
pushed a commit
that referenced
this issue
Sep 29, 2021
- Delete old .travis.yml file - Add new .github/workflows/fast_testing.yml Part of tarantool/tarantool#4972 Part of #272 Closes #293
See also tarantool/smtp#42. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subtask of tarantool/tarantool#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: tarantool/smtp#34, tarantool/smtp#35, tarantool/smtp#36.
The text was updated successfully, but these errors were encountered: