We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68052a commit bfe0272Copy full SHA for bfe0272
1 file changed
tests/e2e/utils/cluster.py
@@ -384,8 +384,9 @@ def pod_has_containers_ready():
384
ols_config_suffix = os.getenv("OLS_CONFIG_SUFFIX", "default")
385
tool_calling_enabled = "tool_calling" in ols_config_suffix
386
387
- if tool_calling_enabled:
388
- return ready_containers >= 2
+ if name == "lightspeed-app-server-":
+ if tool_calling_enabled:
389
+ return ready_containers >= 2
390
return ready_containers >= 1
391
392
# wait for the containers in the server pod to become ready
0 commit comments