devtools
devtools copied to clipboard
Shared practices, workflows and decisions impacting Ansible devtools projects
Implement multi steps described in https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ for publishing packages to pypi to for all our projects.
- [ ] codecov token is present in testing git environment (usually named 'test') and we activate it for jobs via `environment: test`. - [ ] we use v4 of...
Related: https://github.com/ansible/ansible-language-server/pull/624
We want to fine-tune github webhook events from our repositories and resend filtered events further to slack, matrix, notifico. As we already be using Azure, Azure functions would make sense...
Ansible DevTools team wants to directly support [packaging](https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers/) for Fedora for all upstream projects developed and maintained by our team. We want to ensure that at least one team member...
We need to identify the steps that we need to perform in order to validate that the current container engine (podman or docker) are usable for us. That has a...
- [ ] clone all managed repos in a similar manner to eco jobs we had on molecule and ansible-lint - [ ] First test to add: Check if `twine...
As @webknjaz and I observed, we often observe repositories that have wrong or incomplete branch protection rules. This can lead to mistakes or even more dangerous security issues. The good...