From 0de530e99f99f481a2dc39ccc39d933c8ac10598 Mon Sep 17 00:00:00 2001 From: reluctantfuturist Date: Thu, 17 Apr 2025 00:10:26 -0700 Subject: [PATCH] chore: revert CI workflow YAMLs to main versions --- .github/workflows/providers-build.yml | 5 ----- .github/workflows/tests.yml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/providers-build.yml b/.github/workflows/providers-build.yml index dfac37521..915344221 100644 --- a/.github/workflows/providers-build.yml +++ b/.github/workflows/providers-build.yml @@ -76,11 +76,6 @@ jobs: # LLAMA_STACK_DIR is set to the current directory so we are building from the source USE_COPY_NOT_MOUNT=true LLAMA_STACK_DIR=. uv run llama stack build --template ${{ matrix.template }} --image-type ${{ matrix.image-type }} --image-name test - - name: Integration compiler smoke - if: matrix.image-type == 'container' - run: | - pytest -m integration tests/integration/test_ubi9_compiles.py - - name: Print dependencies in the image if: matrix.image-type == 'venv' run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a57a12adb..79c935005 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,10 +35,6 @@ jobs: pip install -r requirements.txt pytest pip install -e . - - name: Run fast unit & smoke tests - run: | - pytest -m "not integration" - - name: Build providers run: | llama stack build --template ${{ matrix.provider }} --image-type venv