mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
chore: revert CI workflow YAMLs to main versions
This commit is contained in:
parent
bbbff4309b
commit
0de530e99f
2 changed files with 0 additions and 9 deletions
5
.github/workflows/providers-build.yml
vendored
5
.github/workflows/providers-build.yml
vendored
|
@ -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: |
|
||||
|
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue