Talk - Moshe Zadka: Best Practices for Continuous Integration in Python V02

preview_player
Показать описание
It is now accepted that having continuous integration is a best practice for almost all non-trivial projects. But configuring CI for Python correctly is still hard. The solution space is big, many common configurations work around the bugs and limitations that existed in past CI systems, and there are few explanations about how to do it well.

A good CI configuration concentrates on giving timely and accurate feedback to the developer. Whether it is using GitHub Actions, GitLab CI/CD, Jenkins, or something else, there are ways to configure the system to be more accurate and faster.
Рекомендации по теме
Комментарии
Автор

I feel like that there should be slides showing in the video but we don't have any.

NicolasChanCSY
Автор

What a cliffhanger... what are the better ways to store secrets other than environment variables (that don't in turn just lead to yet another plain text file that puts the secret in the next place)

MatthewMartinDean