llama-stack-mirror/.github/workflows
Nathan Weinberg 71ff6ce04f docs: add README.md file for the Llama Stack CI
Our CI is entirely undocumented, this commit adds
a README.md file with a table of the current CI
and what is does

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
2025-07-24 20:32:01 -04:00
..
changelog.yml ci: pin github actions to hashes (#1776) 2025-04-01 17:09:39 +02:00
coverage-badge.yml fix: Add permissions for pull request creation in coverage-badge workflow (#2832) 2025-07-21 11:40:00 +02:00
install-script-ci.yml fix: various improvements on install.sh (#2724) 2025-07-24 09:43:51 -07:00
integration-auth-tests.yml chore(github-deps): bump medyagh/setup-minikube from 0.0.19 to 0.0.20 (#2738) 2025-07-12 16:23:42 -04:00
integration-sql-store-tests.yml fix: authorized sql store with postgres (#2641) 2025-07-07 19:36:34 -07:00
integration-tests.yml test: Add VLLM provider support to integration tests (#2757) 2025-07-24 09:42:26 -07:00
integration-vector-io-tests.yml feat(registry): more flexible model lookup (#2859) 2025-07-22 15:22:48 -07:00
pre-commit.yml chore: bump python supported version to 3.12 (#2475) 2025-06-24 09:22:04 +05:30
providers-build.yml feat(ci): add a ci-tests distro (#2826) 2025-07-18 17:11:06 -07:00
python-build-test.yml chore(github-deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.1 (#2827) 2025-07-19 21:10:35 -05:00
README.md docs: add README.md file for the Llama Stack CI 2025-07-24 20:32:01 -04:00
semantic-pr.yml ci: pin github actions to hashes (#1776) 2025-04-01 17:09:39 +02:00
stale_bot.yml ci: pin github actions to hashes (#1776) 2025-04-01 17:09:39 +02:00
test-external.yml feat: Bring Your Own API (BYOA) (#2228) 2025-07-24 13:41:14 -07:00
unit-tests.yml test: Measure and track code coverage (#2636) 2025-07-18 18:08:36 +02:00
update-readthedocs.yml chore: refactor workflow writting (#2225) 2025-05-21 17:31:14 +02:00

Llama Stack CI

Llama Stack uses GitHub Actions for Continous Integration (CI). Below is a table detailing what CI the project includes and the purpose.

Name File Purpose
Update Changelog changelog.yml Creates PRs for updating the CHANGELOG.md
Coverage Badge coverage-badge.yml Creates PRs for updating the code coverage badge
Installer CI install-script-ci.yml Tests the installation script
Integration Tests integration-tests.yml Runs the integration test suite with Ollama
Integration Vector IO Tests integration-vector-io-tests.yml Runs the integration test suite with various VectorIO providers
Integration Auth Tests integration-auth-tests.yml Runs the integration test suite with Kubernetes authentication
Integration SQL Store Tests integration-sql-store-tests.yml Runs the integration test suite with SqlStore
Pre-commit pre-commit.yml Runs pre-commit checks
Providers Build providers-build.yml Tests llama stack build
Python Build Test python-build-test.yml Tests building the llama-stack PyPI project
Semantic PR semantic-pr.yml Ensures that PR titles follow the conventional commit spec
Stale Bot stale_bot.yml Runs the Stale Bot action
Test External Providers test-external-providers.yml Tests the External Provider mechanism
Unit Tests unit-tests.yml Runs the unit test suite
Update ReadTheDocs update-readthedocs.yml Updates the Llama Stack ReadTheDocs site