diff options
-rw-r--r-- | docs/meeting_notes/2023-08-01.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/meeting_notes/2023-08-01.md b/docs/meeting_notes/2023-08-01.md index 7463b4c..328c7f5 100644 --- a/docs/meeting_notes/2023-08-01.md +++ b/docs/meeting_notes/2023-08-01.md @@ -7,5 +7,13 @@ minutes](https://github.com/python-discord/infra/issues/108). - Let's clean up our [kubernetes repo pull requests](https://github.com/python-discord/kubernetes/pulls). +- We should find a way to deal with the test failures in the infra repository + due to linting the Ansible playbooks. Do we fix it? Do we remove the linter? + For instance, [PR #110](https://github.com/python-discord/infra/pull/110) + bumps `dnspython` (which is only used as a lookup plugin), but CI fails. ## Roadmap review & planning + + + +<!-- vim: set textwidth=80 sw=2 ts=2: --> |