containers / podman-desktop-extension-ai-lab

Work with LLMs on a local environment using containers
https://podman-desktop.io/extensions/ai-lab
Apache License 2.0
181 stars 41 forks source link

chore(test): Stabilization of recipes on Windows CI #1972

Closed odockal closed 3 weeks ago

odockal commented 1 month ago

What does this PR do?

Disables Model uploading on Windows. It also changes a little recipes tested, RAG is quite heavy to stabilize, will not be tested now. It also includes a stabilization check for UI sync problem when starting the recipe.

Screenshot / video of UI

What issues does this PR fix or reference?

1762

1870

How to test this PR?

Build podman-desktop locally using pnpm test:e2e:build Run the e2e tests from extension using PODMAN_DESKTOP_ARGS=/path/to/podman/desktop; pnpm test:e2e

odockal commented 4 weeks ago

Windows run with changes: https://github.com/containers/podman-desktop-extension-ai-lab/actions/runs/11608900710

odockal commented 3 weeks ago

I have created a follow up to improve the code. https://github.com/containers/podman-desktop-extension-ai-lab/issues/2061