mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-26 22:19:49 +00:00
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> |
||
---|---|---|
.. | ||
changelog.yml | ||
coverage-badge.yml | ||
install-script-ci.yml | ||
integration-auth-tests.yml | ||
integration-sql-store-tests.yml | ||
integration-tests.yml | ||
integration-vector-io-tests.yml | ||
pre-commit.yml | ||
providers-build.yml | ||
python-build-test.yml | ||
README.md | ||
semantic-pr.yml | ||
stale_bot.yml | ||
test-external.yml | ||
unit-tests.yml | ||
update-readthedocs.yml |
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 |