Skip to content

Commit

Permalink
Update example_cloud_run system test (#40540)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-galan authored Jul 2, 2024
1 parent da8ef6d commit 09bbc9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def _create_job_instance_with_label():
"name": "job",
"args": ["python", "main.py"],
"env": [{"name": "ENV_VAR", "value": "value"}],
"clear_args": False,
}
],
"task_count": 1,
Expand Down

0 comments on commit 09bbc9c

Please sign in to comment.