mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
chore: update workflow files with 'run-name' desc
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
f19105f7e2
commit
5facde3312
16 changed files with 32 additions and 0 deletions
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Update Changelog
|
name: Update Changelog
|
||||||
|
|
||||||
|
run-name: Creates PR for updating the CHANGELOG.md
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published, unpublished, created, edited, deleted, released]
|
types: [published, unpublished, created, edited, deleted, released]
|
||||||
|
|
2
.github/workflows/coverage-badge.yml
vendored
2
.github/workflows/coverage-badge.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Coverage Badge
|
name: Coverage Badge
|
||||||
|
|
||||||
|
run-name: Creates PR for updating the code coverage badge
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
2
.github/workflows/install-script-ci.yml
vendored
2
.github/workflows/install-script-ci.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Installer CI
|
name: Installer CI
|
||||||
|
|
||||||
|
run-name: Test the installation script
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
|
2
.github/workflows/integration-auth-tests.yml
vendored
2
.github/workflows/integration-auth-tests.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Integration Auth Tests
|
name: Integration Auth Tests
|
||||||
|
|
||||||
|
run-name: Run the integration test suite with Kubernetes authentication
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
name: SqlStore Integration Tests
|
name: SqlStore Integration Tests
|
||||||
|
|
||||||
|
run-name: Run the integration test suite with SqlStore
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Integration Tests
|
name: Integration Tests
|
||||||
|
|
||||||
|
run-name: Run the integration test suite with Ollama
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
name: Vector IO Integration Tests
|
name: Vector IO Integration Tests
|
||||||
|
|
||||||
|
run-name: Run the integration test suite with various VectorIO providers
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Pre-commit
|
name: Pre-commit
|
||||||
|
|
||||||
|
run-name: Run pre-commit checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|
2
.github/workflows/providers-build.yml
vendored
2
.github/workflows/providers-build.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Test Llama Stack Build
|
name: Test Llama Stack Build
|
||||||
|
|
||||||
|
run-name: Test llama stack build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
2
.github/workflows/python-build-test.yml
vendored
2
.github/workflows/python-build-test.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Python Package Build Test
|
name: Python Package Build Test
|
||||||
|
|
||||||
|
run-name: Test building the llama-stack PyPI project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
2
.github/workflows/semantic-pr.yml
vendored
2
.github/workflows/semantic-pr.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Check semantic PR titles
|
name: Check semantic PR titles
|
||||||
|
|
||||||
|
run-name: Ensure that PR titles follow the conventional commit spec
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
|
|
2
.github/workflows/stale_bot.yml
vendored
2
.github/workflows/stale_bot.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Close stale issues and PRs
|
name: Close stale issues and PRs
|
||||||
|
|
||||||
|
run-name: Run the Stale Bot action
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # every day at midnight
|
- cron: '0 0 * * *' # every day at midnight
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
name: Test External Providers Installed via Module
|
name: Test External Providers Installed via Module
|
||||||
|
|
||||||
|
run-name: Test External Provider installation via Python module
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
2
.github/workflows/test-external.yml
vendored
2
.github/workflows/test-external.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Test External API and Providers
|
name: Test External API and Providers
|
||||||
|
|
||||||
|
run-name: Test the External API and Provider mechanisms
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
|
|
||||||
|
run-name: Run the unit test suite
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
2
.github/workflows/update-readthedocs.yml
vendored
2
.github/workflows/update-readthedocs.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Update ReadTheDocs
|
name: Update ReadTheDocs
|
||||||
|
|
||||||
|
run-name: Update the Llama Stack ReadTheDocs site
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue