GitHub Actions
Recipe — GitHub Actions evaluation gate. Pointer to the SDK's drop-in workflow file.
Last updated
Was this helpful?
Recipe — GitHub Actions evaluation gate. Pointer to the SDK's drop-in workflow file.
The SDK ships a drop-in GitHub Actions workflow file: samples/cicd/github_actions_gate.yml. Copy to .github/workflows/ai-quality-gate.yml, add LAYERLENS_STRATIX_API_KEY as a repository secret, done.
The workflow calls the canonical gate script: samples/cicd/quality_gate.py. It evaluates recent traces against all judges and exits non-zero if pass rate falls below a configurable threshold (--threshold 0.85 by default).
Cookbook: containerized CI — pre-baked Docker image variant
Last updated
Was this helpful?
Was this helpful?