Buildkite
Recipe — Buildkite evaluation gate.
Last updated
Was this helpful?
Recipe — Buildkite evaluation gate.
steps:
- label: ":robot: AI Eval"
command:
- "pip install layerlens --extra-index-url https://sdk.layerlens.ai/package"
- "python scripts/ci-eval.py"
plugins:
- secrets#v1.0.0:
variables:
LAYERLENS_STRATIX_API_KEY: layerlens-keyLast updated
Was this helpful?
Was this helpful?