From 1432a7adcda10e45b85b14a415a8176ec803e465 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Fri, 17 Oct 2025 11:28:14 -0400 Subject: [PATCH] move to ci-tests distro Signed-off-by: Francisco Javier Arceo --- .github/workflows/integration-vector-io-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-vector-io-tests.yml b/.github/workflows/integration-vector-io-tests.yml index d3f3bbbf9..c1f934d7c 100644 --- a/.github/workflows/integration-vector-io-tests.yml +++ b/.github/workflows/integration-vector-io-tests.yml @@ -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