chore(ci): remove obsolete release readiness and legacy googleapis update scripts - #14235
Merged
Conversation
…date scripts - Remove java-cloud-bom/tests/release-repository-readiness/ (check_status.sh, clone_repositories.sh, README.md): These scripts were built for release managers to clone and inspect ~14 split GitHub repositories during the handwritten release phase. Since all 14 repositories were consolidated directly into the google-cloud-java monorepo and releases are now coordinated centrally via Release Please, cloning external repositories is obsolete. - Remove sdk-platform-java/.github/scripts/update_googleapis_commit.sh: This script was used by the legacy hermetic build code generation workflows that were removed in #13432. Nightly updating of googleapis commitish is now managed entirely by Librarian in .github/workflows/update_librarian_googleapis.yaml.
Contributor
There was a problem hiding this comment.
Code Review
This pull request deletes the release repository readiness tool and associated scripts, including check_status.sh, clone_repositories.sh, and update_googleapis_commit.sh, along with their documentation. There are no review comments, so I have no feedback to provide.
|
|
blakeli0
approved these changes
Sep 1, 2026
lqiu96
enabled auto-merge (squash)
September 1, 2026 23:34
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.



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-readinessto check whether they had updated their shared dependencies before releasinglibraries-bom. With all 14 repositories now consolidated directly into thegoogle-cloud-javamonorepo under a single git history, coordinated by Release Please andversions.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 chore: remove hermetic build code generation workflow #13432. Nightly updating of the
googleapiscommitish is now handled entirely by Librarian via.github/workflows/update_librarian_googleapis.yaml.