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