This repository was archived by the owner on May 8, 2026. It is now read-only.
ci: update sdk-platform-java reference to google-cloud-java - #2893
Merged
Conversation
We moved the definition of the workflow files from sdk-platform-java repository to the sdk-platform-java folder in the google-cloud-java repository. b/503444342
|
Warning: This pull request is touching the following templated files:
|
suztomo
force-pushed
the
update_googleapis_sdk-platform-java
branch
from
April 17, 2026 14:59
53fc861 to
fce97ab
Compare
Member
Author
|
Trying to use the updated hermetic build container image. |
suztomo
force-pushed
the
update_googleapis_sdk-platform-java
branch
from
April 17, 2026 20:25
f8bb904 to
8470e12
Compare
Member
Author
|
RenovateBot validation failure seems irrelevant Hermetic build no longer reverts the "googleapis/sdk-platform-java" reference (9f4a34d). |
suztomo
marked this pull request as ready for review
April 17, 2026 20:46
chingor13
approved these changes
Apr 17, 2026
blakeli0
reviewed
Apr 17, 2026
| - uses: googleapis/google-cloud-java/sdk-platform-java/.github/scripts@v1.85.0 | ||
| if: env.SHOULD_RUN == 'true' | ||
| with: | ||
| image_tag: latest |
Member
Author
There was a problem hiding this comment.
This is needed to specify the container image built today.
Next google-cloud-java release onwards, we don't need this.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
We moved the definition of the workflow files from sdk-platform-java repository to the sdk-platform-java folder in the google-cloud-java repository.
This uses the "latest" Docker tag in
.github/workflows/hermetic_library_generation.yamlto confirm the behavior of the today's hermetic build container image update.b/503444342