move to ci-tests distro

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-10-17 11:28:14 -04:00
parent da7b39a3e3
commit 1432a7adcd

View file

@ -144,7 +144,7 @@ jobs:
- name: Build Llama Stack
run: |
uv run --no-sync llama stack build --distro starter --image-type venv --single-provider "vector_io=${{ matrix.vector-io-provider }}"
uv run --no-sync llama stack build --distro ci-tests --image-type venv --single-provider "vector_io=${{ matrix.vector-io-provider }}"
- name: Check Storage and Memory Available Before Tests
if: ${{ always() }}
@ -169,7 +169,7 @@ jobs:
echo "Environment variables set for this provider"
uv run --no-sync \
pytest -sv --stack-config ~/.llama/distributions/starter/starter-filtered-run.yaml \
pytest -sv --stack-config ~/.llama/distributions/ci-tests/ci-tests-filtered-run.yaml \
tests/integration/vector_io
- name: Check Storage and Memory Available After Tests