llama-stack-mirror/.github/workflows
Nathan Weinberg f19105f7e2 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-25 11:00:20 -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.4.1 to 6.4.3 (#2902) 2025-07-25 10:08:24 +02:00
README.md docs: add README.md file for the Llama Stack CI 2025-07-25 11:00:20 -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-provider-module.yml refactor: install external providers from module (#2637) 2025-07-25 15:41:26 +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 PR for updating the CHANGELOG.md
Coverage Badge coverage-badge.yml Creates PR for updating the code coverage badge
Installer CI install-script-ci.yml Test the installation script
Integration Auth Tests integration-auth-tests.yml Run the integration test suite with Kubernetes authentication
SqlStore Integration Tests integration-sql-store-tests.yml Run the integration test suite with SqlStore
Integration Tests integration-tests.yml Run the integration test suite with Ollama
Vector IO Integration Tests integration-vector-io-tests.yml Run the integration test suite with various VectorIO providers
Pre-commit pre-commit.yml Run pre-commit checks
Test Llama Stack Build providers-build.yml Test llama stack build
Python Package Build Test python-build-test.yml Test building the llama-stack PyPI project
Check semantic PR titles semantic-pr.yml Ensure that PR titles follow the conventional commit spec
Close stale issues and PRs stale_bot.yml Run the Stale Bot action
Test External Providers Installed via Module test-external-provider-module.yml Test External Provider installation via Python module
Test External API and Providers test-external.yml Test the External API and Provider mechanisms
Unit Tests unit-tests.yml Run the unit test suite
Update ReadTheDocs update-readthedocs.yml Update the Llama Stack ReadTheDocs site