This commit is contained in:
Charlie Doern 2025-07-26 16:07:03 +00:00 committed by GitHub
commit b1e92b2e95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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