gapic-generator-java
gapic-generator-java copied to clipboard
`update_generation_config.yaml` is not updated in downstream repos
Downstream repos don't update this file. For example:
- https://github.com/googleapis/java-datastore/commits/main/.github/workflows/update_generation_config.yaml
- https://github.com/googleapis/java-bigtable/commits/main/.github/workflows/update_generation_config.yaml
- https://github.com/googleapis/java-firestore/commits/main/.github/workflows/update_generation_config.yaml
- https://github.com/googleapis/google-cloud-java/commits/main/.github/workflows/update_generation_config.yaml
This may extend to other files in the .github folder
cc: @JoeWang1127 @suztomo
I noticed that https://github.com/googleapis/sdk-platform-java/blob/main/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/build.sh is very different from https://github.com/googleapis/java-logging/blob/main/.kokoro/build.sh. Same story with java-bigtable. The different JOB_TYPE handling is not present in this template.
Java-logging still expects build.sh to be updated automatically.
Fixed in https://github.com/googleapis/sdk-platform-java/pull/3723