chore: remove hermetic build code generation workflow - #13432
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request deletes the bash script used to automatically update the generation configuration (including googleapis_commitish, gapic_generator_version, and libraries_bom_version) and create a pull request. There are no review comments, and I have no feedback to provide.
blakeli0
approved these changes
Jun 11, 2026
lqiu96
added a commit
that referenced
this pull request
Sep 2, 2026
…date scripts (#14235) ## Summary Removes obsolete manual release testing scripts and legacy generation scripts that are no longer used following the monorepo migration and transition to Librarian. ## Details - **`java-cloud-bom/tests/release-repository-readiness/` (`check_status.sh`, `clone_repositories.sh`, `README.md`)**: These scripts were used historically by release managers to clone ~14 separate upstream GitHub repositories into `/tmp/release-readiness` to check whether they had updated their shared dependencies before releasing `libraries-bom`. With all 14 repositories now consolidated directly into the `google-cloud-java` monorepo under a single git history, coordinated by Release Please and `versions.txt`, cloning external repositories is completely obsolete. - **`sdk-platform-java/.github/scripts/update_googleapis_commit.sh`**: Orphaned script previously used by the legacy hermetic build code generation workflows that were removed in #13432. Nightly updating of the `googleapis` commitish is now handled entirely by Librarian via `.github/workflows/update_librarian_googleapis.yaml`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove hermetic build code generation workflows.
This change only removes the workflow, googleapis/librarian#5237 tracks removing code supporting the workflows.
Fixes googleapis/librarian#6220