Skip to content

Commit

Permalink
fix(java): Specifying kokoro release job location for cloud java repo…
Browse files Browse the repository at this point in the history
…sitories (#475)

* chore: Specifying kokoro release job location for cloud java framework repositories

This PR specifies the kokoro release job location for spring-cloud-gcp and cloud-spanner-r2dbc

* chore: fixing lint
  • Loading branch information
ddixit14 authored Dec 16, 2022
1 parent 62b2016 commit 035e3ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion releasetool/commands/tag/java.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ def _parse_release_tag(output: str) -> str:
"""A list of repositories that have a different kokoro job location.
"""
# Standard Java Framework repos in the GoogleCloudPlatform org
java_framework_release_pool_repos: List[str] = ["google-cloud-spanner-hibernate"]
java_framework_release_pool_repos: List[str] = [
"google-cloud-spanner-hibernate",
"spring-cloud-gcp",
"cloud-spanner-r2dbc",
]
functions_framework_java_packages: List[str] = [
"functions-framework-api",
"java-function-invoker",
Expand Down

0 comments on commit 035e3ea

Please sign in to comment.