mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
The TypeScript client CI workflow currently fails because it depends on Python tests passing first, but version mismatches between llama-stack client versions can cause Python tests to fail even when the TypeScript client is working fine. This adds a `--typescript-only` flag to scripts/integration-tests.sh that: - Skips pytest execution entirely when enabled - Still starts the Llama Stack server (required for TS client tests) - Proceeds directly to running TypeScript client tests The TypeScript client can now be tested independently by calling: ./scripts/integration-tests.sh --stack-config server:ci-tests --typescript-only Test plan: Verified flag parsing, conditional pytest skip, and help text update. |
||
|---|---|---|
| .. | ||
| github | ||
| openapi_generator | ||
| telemetry | ||
| check-init-py.sh | ||
| check-workflows-use-hashes.sh | ||
| cleanup_recordings.py | ||
| diagnose_recordings.py | ||
| distro_codegen.py | ||
| docker.sh | ||
| gen-changelog.py | ||
| gen-ci-docs.py | ||
| generate_ci_matrix.py | ||
| generate_prompt_format.py | ||
| get_setup_env.py | ||
| install.sh | ||
| integration-tests.sh | ||
| normalize_recordings.py | ||
| provider_codegen.py | ||
| run-ui-linter.sh | ||
| run_openapi_generator.sh | ||
| unit-tests.sh | ||
| uv-run-with-index.sh | ||