chore: remove legacy python owlbot pipeline and dependencies - #13912
Conversation
This change removes dead pip configurations, CI environment variables, and the hermetic build Python codebase. All post-processing tasks are now handled natively in Go by Librarian. Fixes googleapis/librarian#7064
|
Here is the summary of changes. You are about to delete 2 region tags.This comment is generated by snippet-bot.
|
There was a problem hiding this comment.
Code Review
This pull request removes a significant portion of the repository, including the entire synthtool and owlbot post-processing infrastructure, associated templates, GitHub workflows, Kokoro configurations, samples, and tests. Additionally, it removes Python-related pip dependencies from librarian.yaml and references to deleted templates in renovate.json. As there are no review comments provided, I have no feedback to offer.
blakeli0
left a comment
There was a problem hiding this comment.
Does librarian install still installs python? If yes, we can remove it now.
Yes. After this PR is merged, we will remove the remaining Python install chain in Librarian. |
Remove unused python setup step in workflows. They are unused since #13912 and causing problems in clean up steps. Fixes googleapis/librarian#7096
This change removes dead pip configurations, CI environment variables, and the hermetic build Python codebase. All post-processing tasks are now handled natively in Go by Librarian.
Fixes googleapis/librarian#7064