mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
move to ci-tests distro
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
da7b39a3e3
commit
1432a7adcd
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue