fix: update API conformance test to point to new schema location

This commit is contained in:
Alexey Rybak 2025-09-23 11:08:19 -07:00 committed by raghotham
parent 0a7d1adfee
commit 9229de3ea0

View file

@ -13,8 +13,8 @@ on:
branches: [ main ] branches: [ main ]
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths: paths:
- 'docs/_static/llama-stack-spec.yaml' - 'docs/static/llama-stack-spec.yaml'
- 'docs/_static/llama-stack-spec.html' - 'docs/static/llama-stack-spec.html'
- '.github/workflows/conformance.yml' # This workflow itself - '.github/workflows/conformance.yml' # This workflow itself
concurrency: concurrency:
@ -66,6 +66,6 @@ jobs:
# This step will fail if incompatible changes are detected, preventing breaking changes from being merged # This step will fail if incompatible changes are detected, preventing breaking changes from being merged
- name: Run OpenAPI Breaking Change Diff - name: Run OpenAPI Breaking Change Diff
run: | run: |
oasdiff breaking --fail-on ERR base/docs/_static/llama-stack-spec.yaml docs/_static/llama-stack-spec.yaml --match-path '^/v1/openai/v1' \ oasdiff breaking --fail-on ERR base/docs/static/llama-stack-spec.yaml docs/static/llama-stack-spec.yaml --match-path '^/v1/openai/v1' \
--match-path '^/v1/vector-io' \ --match-path '^/v1/vector-io' \
--match-path '^/v1/vector-dbs' --match-path '^/v1/vector-dbs'