ci: run all APIs integration tests

We are now automatically building the list of integration test to run.
In that process, eval and files and being tested now.

Also, wait for ollama to be ready before the pull the model.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-07-08 12:23:10 +02:00
parent 9b7eecebcf
commit ab2f3eeb42
No known key found for this signature in database
3 changed files with 26 additions and 16 deletions

View file

@ -215,6 +215,7 @@ def llama_stack_client(request, provider_data):
return LlamaStackClient(
base_url=base_url,
provider_data=provider_data,
timeout=int(os.environ.get("LLAMA_STACK_CLIENT_TIMEOUT", "30")),
)
# check if this looks like a URL using proper URL parsing