mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
Merge d0c3f0bde4
into 09abdb0a37
This commit is contained in:
commit
b1e92b2e95
4 changed files with 4 additions and 4 deletions
|
@ -13,6 +13,7 @@ on:
|
||||||
- 'uv.lock'
|
- 'uv.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- 'requirements.txt'
|
- 'requirements.txt'
|
||||||
|
- 'tests/external/*'
|
||||||
- '.github/workflows/test-external-provider-module.yml' # This workflow
|
- '.github/workflows/test-external-provider-module.yml' # This workflow
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
1
.github/workflows/test-external.yml
vendored
1
.github/workflows/test-external.yml
vendored
|
@ -13,6 +13,7 @@ on:
|
||||||
- 'uv.lock'
|
- 'uv.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- 'requirements.txt'
|
- 'requirements.txt'
|
||||||
|
- 'tests/external/*'
|
||||||
- '.github/workflows/test-external.yml' # This workflow
|
- '.github/workflows/test-external.yml' # This workflow
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
3
tests/external/build.yaml
vendored
3
tests/external/build.yaml
vendored
|
@ -3,8 +3,7 @@ distribution_spec:
|
||||||
description: Custom distro for CI tests
|
description: Custom distro for CI tests
|
||||||
providers:
|
providers:
|
||||||
weather:
|
weather:
|
||||||
- provider_id: kaze
|
- provider_type: remote::kaze
|
||||||
provider_type: remote::kaze
|
|
||||||
image_type: venv
|
image_type: venv
|
||||||
image_name: ci-test
|
image_name: ci-test
|
||||||
external_providers_dir: ~/.llama/providers.d
|
external_providers_dir: ~/.llama/providers.d
|
||||||
|
|
3
tests/external/ramalama-stack/build.yaml
vendored
3
tests/external/ramalama-stack/build.yaml
vendored
|
@ -4,8 +4,7 @@ distribution_spec:
|
||||||
container_image: null
|
container_image: null
|
||||||
providers:
|
providers:
|
||||||
inference:
|
inference:
|
||||||
- provider_id: ramalama
|
- provider_type: remote::ramalama
|
||||||
provider_type: remote::ramalama
|
|
||||||
module: ramalama_stack==0.3.0a0
|
module: ramalama_stack==0.3.0a0
|
||||||
image_type: venv
|
image_type: venv
|
||||||
image_name: ramalama-stack-test
|
image_name: ramalama-stack-test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue