feat!: add --adk_version arg to adk deploy cloud_run.

The default version for Cloud Run deployment is changed to the version in the dev environment instead of the latest version.

PiperOrigin-RevId: 759767654
This commit is contained in:
Liang Wu
2025-05-16 15:00:47 -07:00
committed by Copybara-Service
parent 801549f734
commit a1ddf0b6cc
3 changed files with 19 additions and 3 deletions

View File

@@ -124,6 +124,7 @@ def test_to_cloud_run_happy_path(
with_ui=True,
verbosity="info",
session_db_url="sqlite://",
adk_version="0.0.5",
)
# Assertions
@@ -163,6 +164,7 @@ def test_to_cloud_run_cleans_temp_dir(
with_ui=False,
verbosity="info",
session_db_url=None,
adk_version="0.0.5",
)
assert deleted["path"] == tmp_dir